> I'm under the impression that the GOverviewMapControl, unlike most > other controls, is only loaded if used. Can anyone verify this? Has > anyone else seen this issue? Is anyone aware of a workaround?
Yes, GOverviewMapControl is in the modular code. You can see the load request in Firebug net view. I expect you're right about a timing issue. The map div is I think getting hidden and then shown during setup? Meantime the GOverviewMap may or may not have arrived and initialised the overview properly. I can imagine it trying to .show() a part- formed overview and going wrong, or starting out initialising a hidden overview, only to find that it's shown by the time it's ready. I don't think there's any way to determine when the overview is properly available. You may need to set a delay so that map+overview initialising completes fully while in hidden div, and gets shown afterwards. Or vice-versa. cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
