ikiwiki/doc/plugins/contrib/osm.mdwn

14 lines
1.0 KiB
Plaintext
Raw Normal View History

[[!template id=plugin name=osm author="Blars Blarson, Antoine Beaupré"]]
2012-02-17 04:32:54 +01:00
[[!tag type/special-purpose todo/geotagging]]
Openstreetmap/Openlayers support for ikiwiki
--------------------------------------------
2012-02-17 04:24:13 +01:00
2012-02-18 18:32:26 +01:00
This plugin provides simple Openstreetmap/Openlayers support for ikiwiki. It can embed Openstreetmap viewports within a page or link to a bigger map that will have multiple markers, generated with a KML (or CSV, or GeoJSON) datafile of markers based on the different calling pages. Multiple distinct maps on a single wiki are supported.
2012-02-17 04:24:13 +01:00
2012-02-20 02:13:16 +01:00
Plugin was originally written by [[the techno-viking|http://techno-viking.com/posts/ikiwiki-maps/]] and fixed up by [[anarcat]]. Code is available at `git://src.anarcat.ath.cx/ikiwiki-osm.git`. See [[this page|http://anarcat.ath.cx/software/ikiwiki-osm/README]] for a more complete description and [[the Mtl-mesh wiki|http://mesh.openisp.ca/nodes/anarcat]] for a sample of what this plugin can do.
2012-02-17 04:32:54 +01:00
See also [[plugins/contrib/googlemaps]].
2012-02-20 01:51:27 +01:00
This plugin would be greatly improved by [[todo/internal_definition_list_support]].