Thanks Rossko that's very helpful. It looks to me like what is happening is that the first map does new GOverviewMapControl that causes loading of the GOverviewMapControl to start. It looks to me that the second new GOverviewMapControl is probably executing while the GOverviewMapControl is not fully loaded or busy creating the first GOverviewMapControl. That points to a re- entrancy/timing bug in the GoverviewMapControl code. I'll file a bug report.
As to a work around, I'll try to use the example you provided to wait until the first GOverviewMapControl is fully loaded BEFORE creating the second map and GOverviewMapControl. Would you per chance have any insight into the issue of using a single GMarker/GPolygon/GPolyline instance on multiple maps? Thanks again for your help. Regards, Puff On May 10, 5:00 pm, Rossko <[email protected]> wrote: > Actually you may be able to adapt this - > http://econym.googlepages.com/modularized.htm > or something like it based on documented calls, to determine if the > overview has made it's div before hide/show changes are made. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
