Walk-only road

Hi I am using

com.graphhopper
graphhopper-reader-osm
0.8.0

I want walk-only route. No vehicle boarding at all. No ferry no bus, no auto etc.
How can I get that?

You should use the latest 0.10.x versions. Then you can use the FootFlagEncoder and overload isFerry and return false to avoid ferry routes.

@karussell can you please provide me the link to document?

Documentation: https://github.com/graphhopper/graphhopper#get-started
FootFlagEncoder: https://github.com/graphhopper/graphhopper/blob/183562294496c970086e6355c36cbc2211cd28d2/core/src/main/java/com/graphhopper/routing/util/FootFlagEncoder.java#L287