Plugin Map
Use this Wiki Plugin to display a map on a wiki page that has been created or edited through the Tiki Maps feature, which uses Mapserver (or with OpenLayers in Tiki8). The Maps feature must be enabled for this plugin to work (Go to Admin Home > Features > Maps).Table of contents
Usage and Parameters
To use this plugin in a wiki page, use the syntax:{MAP(mapfile= , extents= , size= , width= , height= )}{MAP}Tiki8
If there is a report on the page, it will add these points to the map. Here is an example of a list of schools on a map.Create a Tracker with at least one Location Tracker Field
||Type|number of student
{LIST()}
{filter tracker_id="1"}
{filter type="trackeritem"}
{OUTPUT()}{display name=tracker_field_1 format=objectlink}|{display name=tracker_field_2}
{OUTPUT}
{LIST}
||Required parameters are in bold
Preferences required: wikiplugin_map
| Parameters | Accepted Values | Description | Default | Since |
| scope | any string except for HTML and PHP tags | Display the geolocated items represented in the page. (all, center, or custom as a CSS selector) | center | |
| width | int | Width of the map in pixels | ||
| height | int | Height of the map in pixels | ||
| mapfile | url | MapServer file identifier. Only fill this in if you are using MapServer. | ||
| extents | text | Extents | ||
| size | int | Size of the map |
Tiki9
Tiki9 allows the map plugin to specify layers to load via search.
