Hi,
Is there any way do change to custom type of map?
It's satelite and i wish to be simple map ...
_________________________________________
Nevermind, i found it
In
- mod_location_map.php
in line 32
- mapTypeId: google.maps.MapTypeId.HYBRID
change to one of:
MapTypeId.ROADMAP displays the default road map view
MapTypeId.SATELLITE displays Google Earth satellite images
MapTypeId.HYBRID displays a mixture of normal and satellite views
MapTypeId.TERRAIN displays a physical map based on terrain information.