Zh YandexMap Plugin
Purpose
Plugin for component is created for inserting maps into articles.
Moreover, since it is a plugin for the content (type is content), then you can insert code to call in the Custom HTML module and display the map as a module. It is recommended to put width=0 (which corresponds to the width: 100%), in order to map automatically fills the width of the module, and is resized (eg, a variable template size) and did not occur map oversizing.
Installation
Install the plugin in Extension Manager. Make it active.
Using
Show Map
To show the map in an article, insert the following code
{zhyandexmap:MMM}
where
- MMM - map ID. It is displayed in a map list.
Show Map by Placemark
Also, you can show the map with only one specific marker. To do this, insert the following call
{zhyandexmap-marker:NNN}
where
- NNN - placemark ID
Show map by Placemark Group
To show the map with markers from different maps with markers, which have a definite group) by the following call
{zhyandexmap-group:NNN;MMM}
where
- NNN - marker group ID
- MMM - map ID
Show Map by Category
You can show the map with markers from different maps by marker category. To do this, insert the following call
{zhyandexmap-category:NNN;MMM}
where
- NNN - marker category ID
- MMM - map ID
Show Map in Lightbox
To show the map in lightbox, insert the follewing code
{zhyandexmap-lightbox:MMM;Title;Width;Height}
where
- MMM – map id
- Title – title on link
- Width – width of lightbox-window
- Height – height of lightbox-window.
It is restriction to use some symbols. You must not use in title this symbols
< > / \
Map is displaying as component, not as plugin. I.e. the plugin calls the component. There is one specialty. CSS from template not loaded.
Restrictions
Plugin does not work in contacts, because of a contact has type, that differs from "content"
But you have opportunity write article like contact page, as you like, and include map
It is plugin for component, therefore component have to be installed
See Also
Language: | [[::Zh YandexMap Plugin|English]] • [[::Zh YandexMap Plugin/ru|русский]] |
---|