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

Still requires gpx2exif #1

Open apsheronets opened 9 years ago

apsheronets commented 9 years ago

% gpx2png /home/komar/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:126:inrequire': cannot load such file -- gpx2exif (LoadError) from /home/komar/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:126:in require' from /home/komar/.rvm/gems/ruby-2.0.0-p195/gems/gpx2png-0.3.0/bin/gpx2png:4:in<top (required)>' from /home/komar/.rvm/gems/ruby-2.0.0-p195/bin/gpx2png:23:in load' from /home/komar/.rvm/gems/ruby-2.0.0-p195/bin/gpx2png:23:in

' from /home/komar/.rvm/gems/ruby-2.0.0-p195/bin/ruby_executable_hooks:15:in eval' from /home/komar/.rvm/gems/ruby-2.0.0-p195/bin/ruby_executable_hooks:15:in
' `

georgbachmann commented 9 years ago

i am not a rail guy... can you tell me how to fix this? i am having the same issue

apsheronets commented 9 years ago

Here is a fix: https://github.com/apsheronets/gpx2png/commit/893080c5f4c2aae1b9bea64728f3372c774ff782 Besides, I wrote this thing: http://komar.bitcheese.net/en/code/gpxer

georgbachmann commented 9 years ago

Thanks, I finally got it working using gem installs ... didn't see that in the first place. Your gpxer tool also looks really nice. I need to take that for a spin and see what works best for me. Thanks!