aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/osm.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2012-03-03 11:28:40 -0400
committerJoey Hess <joey@kitenet.net>2012-03-03 11:30:44 -0400
commit9f56a417a1c20508f64fd80dc3e8f0eab6ec5f98 (patch)
tree09f7156ca3413f897c8ecef69426de3ba3c1435d /doc/plugins/osm.mdwn
parent78737cbfbf91c7b31ed5d216a23de8d360a76392 (diff)
downloadikiwiki-9f56a417a1c20508f64fd80dc3e8f0eab6ec5f98.tar
ikiwiki-9f56a417a1c20508f64fd80dc3e8f0eab6ec5f98.tar.gz
add osm plugin
Diffstat (limited to 'doc/plugins/osm.mdwn')
-rw-r--r--doc/plugins/osm.mdwn29
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/plugins/osm.mdwn b/doc/plugins/osm.mdwn
new file mode 100644
index 000000000..e41744eb4
--- /dev/null
+++ b/doc/plugins/osm.mdwn
@@ -0,0 +1,29 @@
+[[!template id=plugin name=osm author="Blars Blarson, Antoine Beaupré"]]
+[[!tag type/special-purpose todo/geotagging]]
+
+## Openstreetmap/Openlayers support for ikiwiki
+
+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.
+
+You will need the [[!cpan XML::Writer]] perl module to write KML files,
+which is the default mode of operation. GeoJSON files can also be generated
+if the [[!cpan JSON]] perl module is installed.
+
+---
+
+The plugin was originally written by
+[[the techno-viking|http://techno-viking.com/posts/ikiwiki-maps/]] and fixed up
+by [[anarcat]].
+
+See [[the Mtl-mesh
+wiki|http://mesh.openisp.ca/nodes/anarcat]] for a sample of what this
+plugin can do
+
+See also [[plugins/contrib/googlemaps]].
+
+This plugin would be greatly improved by
+[[todo/internal_definition_list_support]].