Project-OSRM / osrm-backend

Open Source Routing Machine - C++ backend
http://map.project-osrm.org
BSD 2-Clause "Simplified" License
6.42k stars 3.4k forks source link

bicycle routing on highway=path (again) #6684

Open limes11 opened 1 year ago

limes11 commented 1 year ago

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.

guillaumechauvat commented 5 months ago

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.