fossgis-routing-server / cbf-routing-profiles

Experimental routing profiles for OSRM.
11 stars 6 forks source link

Allow pedestrian routing over highway=platform #12

Open Woazboat opened 1 year ago

Woazboat commented 1 year ago

Please allow pedestrian routing over highway=platform ways. The tag is commonly used instead of highway=footway when there's a bus or tram platform directly on the sidewalk. Currently this leads to broken routing because to the router this looks like an unroutable section in the middle of a footway. It should be considered similar to highway=footway.

Image showing broken routing over highway=platform Image borrowed from here

See here for the upstream OSRM issue https://github.com/Project-OSRM/osrm-backend/issues/5410 Related Valhalla issue is here https://github.com/valhalla/valhalla/issues/3691

datendelphin commented 1 year ago

Sure, please just add it.