my workaround...
asigned following function to
http://www.mario-baldauf.org/tlmf/map/bilder/addmapcontrol.gif
with id=addmapcontrol style=position:absolute; z-index:100; top/right
(lower left corner
function addMapControl(){
var OverviewMapControl= new GOverviewMapControl(new GSize(200, 150));
map.addControl(OverviewMapControl);
document.getElementById('addmapcontrol').style.visibility="hidden";
}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---