We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think I have found a problem related to the handling of barrier=height_restriction on http://map.project-osrm.org/?z=18¢er=52.140220%2C11.631485&loc=52.139836%2C11.630348&loc=52.139675%2C11.631544&hl=en&alt=0. It looks like OSRM avoids node https://www.openstreetmap.org/node/3247447825, probably beacause it is handled as an unpassable barrier without something like an explicit access=yes. But https://wiki.openstreetmap.org/wiki/Tag%3Abarrier%3Dheight_restrictor does not mention any explicit acces rule as required.
Since I have found a barrier whitelist in https://github.com/Project-OSRM/osrm-backend/blob/master/profiles/car.lua#L49, which seems to take care of similar problems, height_restriction probably should be added there (and maybe in other profiles too).
The text was updated successfully, but these errors were encountered:
maybe it's time to switch from barrier_whitelist to barrier_blacklist #3890
Sorry, something went wrong.
change barrier_whitelist to barrier blacklist
b6449cb
change barrier_whitelist to barrier blacklist in foot profile fix Project-OSRM#5067 and Project-OSRM#3890 and Project-OSRM#4823
918e794
change barrier_whitelist to barrier blacklist in foot profile fix #5067 and #3890 and #4823
Verified fixed, thx MichalPP and TheMarex
No branches or pull requests
I think I have found a problem related to the handling of barrier=height_restriction on http://map.project-osrm.org/?z=18¢er=52.140220%2C11.631485&loc=52.139836%2C11.630348&loc=52.139675%2C11.631544&hl=en&alt=0. It looks like OSRM avoids node https://www.openstreetmap.org/node/3247447825, probably beacause it is handled as an unpassable barrier without something like an explicit access=yes. But https://wiki.openstreetmap.org/wiki/Tag%3Abarrier%3Dheight_restrictor does not mention any explicit acces rule as required.
Since I have found a barrier whitelist in https://github.com/Project-OSRM/osrm-backend/blob/master/profiles/car.lua#L49, which seems to take care of similar problems, height_restriction probably should be added there (and maybe in other profiles too).
The text was updated successfully, but these errors were encountered: