Maps

Table of Contents:


Maps is CMS plugin to manage and show map on site page. It allow:

  • Show map width marker/markers and marker info window
  • Edit map: id, title, address, markers, position, zoom

Plugin data storage is located in folder /cms/data/plugins/maps (may be changed) and contains files:

  • id.xml - XML file containing map data; id - usually is language code (ex. eng.xml))
  • other XML files containing map data with different id

Plugin delegates to site:

  • js include file: cms-plugin-maps.js containing cms_plugin_maps() jQuery plugin
  • css include file: cms-plugin-maps.css

Note: actual maps are removed in pictures and replaced with text "Place for map".

jQuery plugin docs available at cms_plugin_maps()