-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
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
Road not routable for default bicycle.lua profile, how to adapt lua profile to allow routing here ? #6100
Comments
Conditional access tags are currently not supported. See #4231 for previous discussion. So the condition is being ignored, but OSRM doesn't process any other tags that grant bicycle access. If you wanted to handle this in the Lua script, you could update the access hierarchy to include the osrm-backend/profiles/bicycle.lua Lines 81 to 85 in dca35dc
osrm-backend/profiles/bicycle.lua Line 221 in dca35dc
osrm-backend/profiles/bicycle.lua Line 265 in dca35dc
|
i have a similar question. suppose I live in Milan (italy) and traveling by bike I want to avoid at all costs roads with the tag is it a terrible hack to just decrease their osrm-backend/profiles/bicycle.lua Line 174 in dca35dc
thanks |
I'm not too familiar with the bicycle profile, but it looks like there is an example of making roads with zero speed inaccessible. osrm-backend/profiles/bicycle.lua Lines 302 to 304 in dca35dc
|
Hi KirbyJames |
This issue seems to be stale. It will be closed in 30 days if no further activity occurs. |
Look at pr #7049. |
I'm seeing that the following road doesn't allow routing with the bicycle.lua profile:
https://www.openstreetmap.org/way/23012499
I'm guessing it's related to the "bicycle:conditional" tag ? How can I adapt the lua profile to ignore these temporal restrictions ? Thx!
The text was updated successfully, but these errors were encountered: