/gpx2png

A small tool for generating PNGs from GPX files, uses openstreetmap tiles as the background. Nowhere near complete. Mirror of https://gitorious.org/gpx2png

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

A small tool to produce images of your GPS track breadcrumbs over the top of OSM mapping tile data.

Naïvely supports GPX, KML and KMZ files. If you have any other formats, for the time being you can use gpsbabel to convert into GPX, and leave an issue if you would like it natively supported.


To produce the above image from example.kmz, run ./gpx2png.py example.kmz

TODO: this was made before the OSM move to a new licence, and needs further work to support extra file types - as it appears the kml output from Tracks on Android is not compatible with gpsbabel.