On Feb 16, 4:01 am, "[email protected]" <[email protected]> wrote: > Example > > http://www.digitaldemocracy.org.uk/test.html > > the inner shape needs to be acut out of the large shape can anybody > help with the coding side, > > How do I tell it to remove the smaller shape from the larger > shape??
Ignore your comment: // Construct the polygon // Note that we don't specify an array or arrays, but instead just // a simple array of LatLngs in the paths property If you make an array of paths the smaller gets cut out of the larger: http://www.geocodezip.com/v3_polygon_example_donut.html http://www.geocodezip.com/v3_polygon_example_donutA.html http://www.geocodezip.com/v3_polygon_example_donutB.html With your data: http://www.geocodezip.com/digitaldemocracy_org_test.html -- Larry > > Thanks > > John Munro > > www.democratise.org -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
