Wasn't it Azrielen who wrote:
>Mike:  This looks promising.  I'll play around with it.  I'm
>relatively new to this whole thing, tho, so it begs the newbie
>question of exactly where in the code would I put that?  And would I
>have to change anything in what you've written there for it to work
>for my specific map?

It replaces your existing
  map.addControl(new GOverviewMapControl());

Actually, the code should be

      var ov = new GOverviewMapControl()
      ov.setMapType(custommap)
      map.addControl(ov)

Oddly, the previous version does work, but it's more logical to perform
addControl() on a control and reserve addOverlay() for overlays.

-- 
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to