]> sipb.mit.edu Git - ikiwiki.git/blob - doc/plugins/contrib/googlemaps.mdwn
pointer
[ikiwiki.git] / doc / plugins / contrib / googlemaps.mdwn
1 [[!template id=plugin name=googlemaps author="Christian Mock"]]
2 [[!tag type/special-purpose todo/geotagging]]
3
4 `googlemaps` is a plugin that allows using the [Google Maps API][2]
5 from ikiwiki.
6
7 [2]: http://www.google.com/apis/maps/
8
9 The plugin supports importing GPS tracks from [gpx][1] files, reducing
10 the number of points in those tracks via [gpsbabel][2], and drawing
11 them as an overlay on the map. the center of the map and zoom level
12 can be calculated automatically.
13
14 [1]: http://www.topografix.com/gpx.asp
15 [2]: http://www.gpsbabel.org/
16
17 It can be [found here][3].
18
19 [3]: http://www.tahina.priv.at/hacks/googlemaps.html
20
21 See also [[plugins/osm]].