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
Hello,
In the bicycle OSRM profile, there is a check for the bicycle highway tag in the safety_handler function.
bicycle
safety_handler
osrm-backend/profiles/bicycle.lua
Lines 546 to 560 in 06b1b98
However, unless I am mistaken, there is no highway=bicycle tag in OSM, but rather a highway=cycleway tag: https://wiki.openstreetmap.org/wiki/Key:highway
highway=bicycle
highway=cycleway
Therefore, shouldn't this code check for "cycleway" rather than "bicycle"?
Thanks!
The text was updated successfully, but these errors were encountered:
Related #6296
Sorry, something went wrong.
Closing as this code does not exist anymore.
No branches or pull requests
Hello,
In the bicycle OSRM profile, there is a check for the
bicycle
highway tag in thesafety_handler
function.osrm-backend/profiles/bicycle.lua
Lines 546 to 560 in 06b1b98
However, unless I am mistaken, there is no
highway=bicycle
tag in OSM, but rather ahighway=cycleway
tag: https://wiki.openstreetmap.org/wiki/Key:highwayTherefore, shouldn't this code check for "cycleway" rather than "bicycle"?
Thanks!
The text was updated successfully, but these errors were encountered: