0

enter image description here

I get the error message when I execute ./graphhopper import <berlin.osm.pbf> for creating the graph data.

Can anyone help me?

scai
  • 20,297
  • 4
  • 56
  • 72
anil tako
  • 199
  • 1
  • 10

1 Answers1

1

That was a bug fixed 5 days ago. In those cases you can always try a stable release e.g. switch to 0.7 branch before the import:

git checkout 0.7
Karussell
  • 17,085
  • 16
  • 97
  • 197
  • Can I run the bash command "./graphhopper import .osm.pbf " in app programmatically to generate routing data? Is it possible? – anil tako Aug 02 '16 at 10:53
  • Yes, but not on Android: call hopper.importOrLoad() https://github.com/graphhopper/graphhopper/blob/master/docs/core/routing.md – Karussell Aug 02 '16 at 10:57