Aaaaah I get it. Thanks very much for all your help, Mike. I appreciate it. I've been using your website quite a bit! :D
On Aug 29, 11:14 am, Mike Williams <[EMAIL PROTECTED]> wrote: > Wasn't it Azrielen who wrote: > > > > >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?) > > The zoom level of the map in the overview can't display different zoom > levels than your maptype supports. It's just an ordinary GMap2() object > displayed inside a control. > > If you want a lower zoom level, you'll need to change this line to allow > zoom levels lower than 4 > var tilelayers = [new GTileLayer(copyrightCollection,4,6)]; > And also provide tiles for the lower zooms. > > The blue box can only be displayed if it would be smaller than the size > of the control. Because the lowest zoom level of the control is 4 and > the highest zoom level of the main map is 6, the blue box is always > larger than the control. > > --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 -~----------~----~----~----~------~----~------~--~---
