GraphHopper vehicle=car works but foot or bike don't work

前端 未结 1 554
忘掉有多难
忘掉有多难 2021-01-12 22:13

I have an issue with the GraphHopper routing engine stable version 0.5

I can get directions when using the vehicle=car, but this fails with bike

相关标签:
1条回答
  • 2021-01-12 22:31

    You have to include it in your config.properties

    graph.flagEncoders=car,foot,bike

    BTW: I've edited your post. To clarify the difference between the GraphHopper routing engine and the GraphHopper Directions API see here

    0 讨论(0)
提交回复
热议问题