Extension:MapPoints

From MediaWiki.org
(Redirected from Extension:Point-Mapping)
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
MapPoints

Release status: stable

Screenshot Point-Mapping Extension.jpg
Implementation Tag
Description Allows to geolocalise locations on a map
Author(s) Heinz-Josef Lücking
Last version 2006-01-26
MediaWiki 1.4+
Database changes No
License Creative Commons CC-BY-SA 2.0 Germany
Download CODE
CHANGELOG
Example EXAMPLE
Tags
<mappoints>
Check usage and version matrix

The MapPoints extension combines a georeferenced image / map and point-coordinates. The result is a map with a geo-referenced point.

Contents

Features [edit]

  • using georeference for a map (an image)
  • representation of one point of situation by means of geographical coordinates
  • representation as many points you want
  • linkage of the point with any URL
  • reference display window when driving over the point with the mouse

Examples [edit]

See the external documentation page

Installation [edit]

  1. Get the code and save it as MapPoints.php in a directory called "MapPoints" in your extensions/ folder.
  2. Add the following code to your LocalSettings.php (at the bottom)
    require_once( "$IP/extensions/MapPoints/MapPoints.php" );
    
  3. Yes check.svg Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

See also [edit]

  • Maps - Extension that supports multiple mapping services and allows geocoding.
  • Semantic Maps - Adds semantic capabilities to Maps.