Zh GoogleMap Plugin: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
== Purpose == | |||
Plugin for component is created for inserting maps into articles. | |||
Also you have ability to show a map in any position of your template, just create Custom HTML module, place it in appropriate position and call plugin | |||
== Installation == | == Installation == | ||
Install the plugin in Extension Manager. | Install the plugin in Extension Manager. |
Revision as of 06:28, 2 November 2011
Purpose
Plugin for component is created for inserting maps into articles.
Also you have ability to show a map in any position of your template, just create Custom HTML module, place it in appropriate position and call plugin
Installation
Install the plugin in Extension Manager. Make it active.
Using
Show Map
To show the map in an article, insert the following code
{zhgooglemap: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
{zhgooglemap-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
{zhgooglemap-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
{zhgooglemap-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
{zhgooglemap-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.
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.
Restrictions
Template:Img attensionPlugin does not work in contacts, because of a contact has type, that differs from "content"
Template:Img tipBut you have opportunity write article like contact page, as you like, and include map
Language: | [[::Zh GoogleMap Plugin|English]] • [[::Zh GoogleMap Plugin/ru|русский]] |
---|