akwiatkowski / gpx2png

Convert route storen in GPX format to map using Openstreetmap or OSM compatible tileset.
GNU Lesser General Public License v3.0
3 stars 3 forks source link

gpx2png

Render track with OpenStreetMap

You can "convert" your tracks to map images using this command.

How to use it

  1. Please check if you have installed RMagick gem.

  2. Run command.

    gpx2png -g [input GPX file] -s [image size, format: WIDTHxHEIGHT] -o [output PPNG file]

    Example:

    gpx2png -g spec/fixtures/sample.gpx -s 800x600 -o map.png

  3. You can specify zoom.

    gpx2png -g [input GPX file] -z [zoom, best results between 9 and 15, max 18] -o [output PPNG file]

    Example:

    gpx2png -g spec/fixtures/sample.gpx -z 11 -o map.png

  4. You can change map provider:

Contributing to gpx2png

Flattr this git repo

Copyright

Copyright (c) 2012-2014 Aleksander Kwiatkowski. See LICENSE.txt for further details.