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