organicmaps / organicmaps

🍃 Organic Maps is a free Android & iOS offline maps app for travelers, tourists, hikers, and cyclists. It uses crowd-sourced OpenStreetMap data and is developed with love by MapsWithMe (MapsMe) founders and our community. No ads, no tracking, no data collection, no crapware. Please donate to support the development!
https://organicmaps.app
Apache License 2.0
9.5k stars 913 forks source link

Support implicit turn restrictions for routing like MapBox does #8097

Open biodranik opened 4 months ago

biodranik commented 4 months ago

Organic Maps, Graphopper and Valhalla fail here: https://www.openstreetmap.org/directions?engine=fossgis_valhalla_car&route=47.51607%2C8.76452%3B47.51305%2C8.76492#map=17/47.51437/8.76382

OSRM works fine.

One can say that this turn restriction should be mapped in OSM, but there are many other similar places in the data that implicitly should have turn restrictions.

Mapbox implies it for its routing, we need to apply these heuristics too: https://web.archive.org/web/20221202052513/https://labs.mapbox.com/mapping/mapping-for-navigation/implicit-restrictions/

DicePenguin commented 1 month ago

I would like to see this implemented, please.