@mike in your considerations about google chrome, you wrote that polygons in chrome are rendered by canvas. is all the graphic stuff rendered by canvas ? is canvas an official standard implemented in all (modern) browsers ? at the moment i don't see it clear for me ... is it a library for browsers ?
@bratliff maybe i'm too blind to see, where you are defining the interior ring in your example. but i copied the code and play a little bit, perhaps i get the solution in a few minutes. On 30 Sep., 19:22, Mike Williams <[EMAIL PROTECTED]> wrote: > Not within the API. > > If you can get excanvas working alongside maps, then you can draw your > polygons directly with canvas commands with a single technology in all > modern browsers. > > Caution: Canvas uses a non-zero winding rule rather than the more > conventional even-odd rule, so you have to unwind an area to get the > hole. Wind twice in the same direction and you get no hole. > > http://econym.org.uk/gmap/chrome.htm#winding > > --http://econym.org.uk/gmap > The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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 -~----------~----~----~----~------~----~------~--~---
