Slightly increase bicycle priority classification on "good" highway=track#3022
Conversation
core/src/main/java/com/graphhopper/routing/util/parsers/BikeCommonPriorityParser.java
Outdated
Show resolved
Hide resolved
core/src/main/java/com/graphhopper/routing/util/parsers/BikeCommonPriorityParser.java
Outdated
Show resolved
Hide resolved
core/src/main/java/com/graphhopper/routing/util/parsers/MountainBikePriorityParser.java
Outdated
Show resolved
Hide resolved
core/src/main/java/com/graphhopper/routing/util/parsers/RacingBikePriorityParser.java
Outdated
Show resolved
Hide resolved
|
Unfortunately it is not yet fully fixed. See this route. This way with The reason seems to be Also this route is a bit strange, but probably this is because of this way with |
I intentionally didn't change anything for the first case yet. Here is what we are talking about: See https://wiki.openstreetmap.org/wiki/DE:Tag:surface%3Dsett . From my experience such surface is annoying and you are slow, even with a trekking bike. And I also think that it is OK to assume a default smoothness factor of The second example it is OK from my perspective as we need to assume that one is not allowed to cycle there. |
Thanks for trying this out. We can surely change that. Additionally we should think about the surface/tracktype/smoothness handling and making it more consistent. E.g. surface can only decrease the speed but tracktype will increase it. Maybe we set a higher default speed for highway=track and lower the speed only (i.e. the same procedure as for surface)? Also it seems |
Triggered by the discussion in the forum about cycleway-like infrastructure along a
highway=secondaryI created this PR, which slightly increases the bicycle priority classification onhighway=trackwith good surface.Here is the link I used for verification that the changes improve the current route.