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