Extension:MapPoints
From MediaWiki.org
(Redirected from Extension:Point-Mapping)
|
MapPoints Release status: stable |
|||
|---|---|---|---|
| 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 | ||
|
|||
| 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]
- Get the code and save it as
MapPoints.phpin a directory called "MapPoints" in your extensions/ folder. - Add the following code to your LocalSettings.php (at the bottom)
require_once( "$IP/extensions/MapPoints/MapPoints.php" );
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.