I've just downloaded the google maps extension which works great
i just need to know if its possible to change the default type of map...at
the moment it opens in 'Satelite' map...but i would prefer it to default
to the standard map.
Hello,
If you about our location map module.
That very simply module, so we give possibility change map type to end user.
Admin may change that only in code, file :
{site}/modules/mod_location_map/tmpl/default.php
row:
mapTypeId: google.maps.MapTypeId.HYBRID
You my change to
mapTypeId: google.maps.MapTypeId.SATELLITE
or
mapTypeId: google.maps.MapTypeId.ROADMAP
or
mapTypeId: google.maps.MapTypeId.HYBRID
or
mapTypeId: google.maps.MapTypeId.TERRAIN
Thanks,
OrdaSoft team