Extension:MultiMaps
From MediaWiki.org
MultiMaps Release status: stable |
|||
---|---|---|---|
Implementation | Parser extension | ||
Description | Allows users to display maps and coordinate data using multiple mapping services | ||
Author(s) | Pavel Astakhov (pastakhovtalk) | ||
Latest version | 0.6.1 (2014-03-16) | ||
PHP | 5.3+ | ||
Database changes | No | ||
License | GNU General Public License 2.0 or later | ||
Download | |||
Example | http://test.foxway.org/ | ||
|
|||
|
|||
|
|||
Translate the MultiMaps extension if possible |
|||
Check usage and version matrix; code metrics |
The MultiMaps extension allows users to display maps and coordinate data using multiple mapping services. Currently available maps openstreetmap (by service leaflet), google, yandex and can display markers, lines, polygons, rectangles, circles.
If possible, the parameter syntax will be compatible with extension Maps.
Contents
Documentation[edit | edit source]
Documentation available here.
Example[edit | edit source]
Examples available at http://test.foxway.org/.
Installation[edit | edit source]
- Download and extract the files in a directory called
MultiMaps
in yourextensions/
folder. If you're a developer and this extension is in a Git repository, then instead you should clone the repository. - Add the following code at the bottom of your LocalSettings.php:
require_once( "$IP/extensions/MultiMaps/MultiMaps.php" );
- Done! Navigate to "Special:Version" on your wiki to verify that the extension is successfully installed.