osrm-backend icon indicating copy to clipboard operation
osrm-backend copied to clipboard

bicycle routing on highway=path (again)

Open limes11 opened this issue 2 years ago • 2 comments

The issue I raised in #6517 is back: OSRM does not consider highway=path in bicycle routing. Same example as in the cited issue

https://routing.openstreetmap.de/?z=15&center=49.475751%2C11.004803&loc=49.472614%2C11.002614&loc=49.476978%2C11.002314&hl=en&alt=0&srv=1

but you can find plenty of other examples. Please take a look into it.

limes11 avatar Aug 26 '23 19:08 limes11

Hi, I have the opposite problem: highway=path could be (and often is) a hiking path in the forest that is not suitable for cycling. OSRM often wants to go through those paths, and I have to add waypoints to force the route to go somewhere else.

highway=path + bicycle={yes, designated} should of course be considered, but I think the example you provide here, which does not contain bicycle tags, should not, especially since it's tagged with surface=ground.

guillaumechauvat avatar May 23 '24 04:05 guillaumechauvat