Quote:
Originally Posted by yinyang
Is there any way to make the map default on Satellite? if so, how? thx!
|
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