Skip to content
/ Maps Public
forked from ProfessionalWiki/Maps

🗺 Maps is the MediaWiki extension that enables visualization of geographic data with dynamic embedded maps.

License

Notifications You must be signed in to change notification settings

videgro/Maps

This branch is 1308 commits behind ProfessionalWiki/Maps:master.

Folders and files

NameName
Last commit message
Last commit date
Oct 11, 2017
Mar 19, 2018
Feb 1, 2018
Jan 22, 2018
Jan 4, 2018
Nov 30, 2013
Mar 27, 2014
Sep 21, 2016
Dec 3, 2017
May 15, 2012
Jan 31, 2018
Oct 11, 2017
Oct 11, 2017
Apr 9, 2016
Apr 9, 2016
Feb 1, 2018
Dec 6, 2017
Jan 22, 2018
Oct 11, 2017
Jan 31, 2018
Feb 1, 2018
Sep 21, 2016

Repository files navigation

Maps

Maps is a MediaWiki extension to work with and visualize geographical information.

Features:

  • Powerful #display_map parser hook for embedding highly customizable dynamic maps into wiki pages.
  • Support for multiple mapping services: Leaflet, Google Maps, OpenLayers and OpenStreetMap.
  • Integration with Semantic MediaWiki via a coordinate datatype
    • Query your stored coordinates and visualize them on dynamic maps, as tables or as lists
    • Export your coordinates as KML or RDF
    • Combine coordinates with other structured data stored in your wiki
  • Coordinate formatting and format conversion via the #coordinates parser function.
  • Geocoding via several supported services with the #geocode parser function.
  • Geospatial operations
    • Calculating the distance between two points with #geodistance
    • Finding a destination given a starting point, bearing and distance with #finddestination
  • Distance formatting and format conversion via the #distance parser function.
  • Visual map editor (Special:MapEditor) to edit #display_map wikitext (requires Google Maps).

Maps has been maintained since 2009 and is installed on over 1000 public wikis.

User manual

For administrators

For wiki users

Getting support

Project status

Contributing

Running the tests

As setup, run composer install inside of the Maps root directory.

You can run the MediaWiki independent tests by changing into the Maps root directory and running

phpunit

This is possible without having a MediaWiki installation or webserver. A clone of the Maps code suffices.

To run the tests with MediaWiki, change into tests/phpunit of your MediaWiki installation and run

php phpunit.php --wiki wiki -c ../../extensions/Maps/phpunit.xml.dist

Where you either update wiki to match your wikis name, or drop the parameter. The above command works without modification if you are using the MediaWiki Vagrant.

Beware that due to severe technical debt, some tests access the network.

Links

About

🗺 Maps is the MediaWiki extension that enables visualization of geographic data with dynamic embedded maps.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 58.9%
  • PHP 34.7%
  • CSS 4.4%
  • HTML 1.8%
  • Shell 0.2%