Appearance
Migration from Gmaps
The Maps module add some new things but also dropped some functions compared to the Gmaps module.
First de-install the Gmaps module (save your API keys to notepad) and install the Maps module.
The following functions are removed
Google weather lib (Support will come to Maps)
Google panoramio lib
Google geometry lib
Google drawing lib
{error}
tag, just check the log in the CPhidden_div
paramstatic map option
marker:get_elevation
(new module for this will come)gesture_handling
param (Will come to Maps)KML layer
Fusion Table (Will come to Maps)
cache_time
from the{exp:reinos_maps:map}
method
The following functions are changed
zoom_control_position
has new valuestopleft
topright
bottomleft
bottomright
- Infowindow and infobox are replaced by
popup:content
fit_map
is now per map type instead of a global onesnazzy_map
enstyled
params are replace forparam google_maps:style
(Note, you have to use the Google Maps Tile)map_types
are replace bytiles
map_type_control_position
is renamed totile_control_position
marker:label
replace bytooltip
The best way to convert the Gmaps
to Maps
module, is to check every part of your code and check the documentation. Most of the template tags are the same, but its good to check it anyway.