Project

gpx2png

0.01
No commit activity in last 3 years
No release in over 3 years
Convert routes to image map files using Openstreetmap tileset.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

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

  1. 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

  1. You can change map provider:

Contributing to gpx2png

Flattr this git repo

  • Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
  • Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
  • Fork the project
  • Start a feature/bugfix branch
  • Commit and push until you are happy with your contribution
  • Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
  • Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

Copyright

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