OK! I actually did get it working! Sort of. Haha Here is the updated map using a variation of the code you provided, Mike: http://wotlkwiki.info/up2/map3(overviewcode)/map.php
What I wonder is, is there any way to get that little blue box back, like the map here has: http://econym.googlepages.com/example_modularized.htm And also like in the map at the above link, would it be possible to have the overview map display at a slightly smaller size than it currently does? (ie a different zoom level, i guess?) On Aug 29, 6:55 am, Mike Williams <[EMAIL PROTECTED]> wrote: > If you don't mind using undocumented features, you can do this: > var ov = new GOverviewMapControl() > ov.setMapType(custommap) > map.addOverlay(ov) > > Actually, as far as I can see, GOverviewMapControl itself seems to be > almost undocumented. There's one line in > http://code.google.com/apis/maps/documentation/controls.html > that mentions it, but it's not listed in > http://code.google.com/apis/maps/documentation/reference.html > > --http://econym.googlepages.com/index.htm > 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 -~----------~----~----~----~------~----~------~--~---
