- Mapping Kit
- Installation and configuration
- Modules
- How to's
- A simple map with a Google base layer
- A more complex map with several google layers
- Show nodes on a map using GeoRSS markers.
- Map with users
- Overlay maps with GPS tracks
- Map layers and taxonomy
- Map with image feed
- WFS overlay with popups
- KML layer example
- TMS layer example
- Google Street View and Virtual Earth
- Inline maps
- Overview maps
- Using an image as a map
- Zoom to locations
Map layers and taxonomy
This map initially show only a map context. With the map layer tree, one can dynamically add or remove map layers which are assigned the terms of the taxonomy that the tree represents.
The map is defined as [map id="tree" context="node/36/context" width="600" height="300" title="Map layers" /].
In the settings page at /?q=admin/mappingkit/maplayer you can select a vocabulary and enter an id for the map that will display the Map layer feeds from the tree view.
Note that the map layer tree block is only visible for the following php code returns TRUE: <?php return isset($GLOBALS["maps"][variable_get("maplayer_map_id", "tree")]); ?>.
