OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
LocationMap module - change map type (0 viewing) 

LocationMap module support

Go to bottom Favoured: 0

LocationMap module - change map type

admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
LocationMap module - change map type 10 Years, 6 Months ago
Karma: 101  
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
Logged Logged
The administrator has disabled public write access.
Go to top
»