On 24 November 2010 22:12, Joost van der Steen <[email protected]> wrote: > > But when I run this in Safari the hole is gone? > Is there a way to work around this? I've read all different kind of > discussions about it but none of them seem to have the answer.
You do have to know what to search for. http://groups.google.com/group/google-maps-api/search?hl=en_US&q=encoded+polygon+winding Safari calculates its polygons differently, and the direction each line goes is significant. For a polygon whose outer boundary is defined clockwise, the inner boundary has to be defined anticlockwise. -- Andrew C Leach -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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-api?hl=en.
