diff options
author | https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web> | 2012-02-17 02:51:56 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-02-17 02:51:56 -0400 |
commit | 5f4945d40f1fe6a6b7782b9444e85f139a1d9fbd (patch) | |
tree | b66284f1d05c45e3888daa61859b3d094de1f4ac /doc | |
parent | 38526059e06f34dc03b297a598bebb33f267793c (diff) | |
download | ikiwiki-5f4945d40f1fe6a6b7782b9444e85f139a1d9fbd.tar ikiwiki-5f4945d40f1fe6a6b7782b9444e85f139a1d9fbd.tar.gz |
update the status here, this actually works fairly well
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/contrib/osm.mdwn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/plugins/contrib/osm.mdwn b/doc/plugins/contrib/osm.mdwn index f75cb2506..de0623da9 100644 --- a/doc/plugins/contrib/osm.mdwn +++ b/doc/plugins/contrib/osm.mdwn @@ -1,10 +1,10 @@ -[[!template id=plugin name=osm author="Blars Blarson"]] +[[!template id=plugin name=osm author="Blars Blarson, Antoine Beaupré"]] [[!tag type/special-purpose todo/geotagging]] -Primitive Openstreetmap/Openlayers support for ikiwiki ------------------------------------------------------- +Openstreetmap/Openlayers support for ikiwiki +-------------------------------------------- -This plugin provides simple Openstreetmap/Openlayers support for ikiwiki. It uses a static .html map and links to it, generating a CSV-style POI list. +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 CSV-style POI list based on the different calling pages. Multiple distinct maps on a single wiki are supported. 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`. |