You normally can't call pipa.enableEditing() on a poly that hasn't yet been addOverlay()ed.
You get away with it the first time, possibly because the enableEditing() code is in an external module which gets loaded asynchronously, so the enableEditing() call doesn't get implemented until after the addOverlay(). On subsequent calls, the module is already loaded, so the enableEditing() does get implemented before the addOverlay(). -- 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 -~----------~----~----~----~------~----~------~--~---
