Quote:
Originally Posted by S@NL - BlackBik
Thanks Stonyarc, very nice update indeed
One question. Since the Netherlands (as Belgium) are not yet mapped, I would like to start the map in hybrid mode as a default.
On the old version I got that working.
Is that also possible in this version?
|
It's already indicated in this thread a few times but the thread is getting too big.
I'm thinking of asking the mods to prune.
in the vbgooglemap_display_map
Look for
Code:
map = new GMap2(document.getElementById("map"),{mapTypes:[G_NORMAL_MAP,G_SATELLITE_MAP,G_HYBRID_MAP]});
Change to
Code:
map = new GMap2(document.getElementById("map"),{mapTypes:[G_SATELLITE_MAP,G_NORMAL_MAP,G_HYBRID_MAP]});
that should fix it