]> sipb.mit.edu Git - ikiwiki.git/commitdiff
web commit by ChristianMock
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 1 Oct 2006 21:52:49 +0000 (21:52 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 1 Oct 2006 21:52:49 +0000 (21:52 +0000)
doc/plugins/contrib/googlemaps.mdwn [new file with mode: 0644]

diff --git a/doc/plugins/contrib/googlemaps.mdwn b/doc/plugins/contrib/googlemaps.mdwn
new file mode 100644 (file)
index 0000000..ca11d82
--- /dev/null
@@ -0,0 +1,16 @@
+`googlemaps` is a plugin that allows using the [Google Maps API][2]
+from ikiwiki.
+
+[2]: http://www.google.com/apis/maps/
+
+the plugin supports importing GPS tracks from [gpx][1] files, reducing
+the number of points in those tracks via [gpsbabel][2], and drawing
+them as an overlay on the map. the center of the map and zoom level
+can be calculated automatically.
+
+[1]: http://www.topografix.com/gpx.asp
+[2]: http://www.gpsbabel.org/
+
+it can be [found here][3].
+
+[3]: http://www.tahina.priv.at/hacks/googlemaps.html