Quote:
Originally Posted by stonyarc
It was indicated on page 56 but here it goes again
To set the Sattelite map as default.
1. open the vbgooglemap_display_map template
2. look for the line
Code:
map = new GMap2(document.getElementById("map"));
3. Replace that line by
Code:
map = new GMap2(document.getElementById("map"),{mapTypes:[G_SATELLITE_MAP,G_NORMAL_MAP,G_HYBRID_MAP]});
4. Save
Have fun
|
thanks! i did do a search in this thread for "satellite" but it never showed your post in the results. weird.