|
This extension enables you to a greater flexibility in the layout of the front-end view of a map. When applying these patches, this template will expose the following variables that you can use within the viewmap.html template. - TITLE (Map Title)
- DESCRIPTION (Map Description)
- MAP_CODE (Code generated by GMaps used to render the map)
- VMARKER_INDEX (Vertical index of the markers)
- HMARKER_INDEX (Horizontal index of the markers)
So, knowing a little HTML and a little about the patTemplate engine, you can easily reformat the what maps are rendered via the components front-end.
|