-
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
prioritize cycleways in bike routing #308
Comments
Yes, work for a scripting engine using LUA is underway. It will give much more flexibility and will let you specify any priorities. |
Il 06/28/2012 11:42 AM, Project OSRM scrisse:
Great! thank you |
Another important feature should be to give a "feedback" when a cyclist should use a cycleway. Roads and cycleway often run in parallel and in OSM many cycleways don't have a street name. maxx |
the way name should be chosen/constructed by the lua parser too |
see #77 for discussion about weights in general |
a good solution to this requires separating speed and impendance, so leaving open for now. |
Outdated; take a look at the bicycle.lua profile. There are already tickets re. speed vs. weight. |
From what I understand looking at the code, osrm is not giving an advantage to cycleways (highway=cycleway or highway=* AND cycleway=*) when calculating edge weights.
As a consequence I noticed that almost always osrm chooses a "normal" street instead of the cycleway that runs parallel to it.
I don't know enough the algorythm used to choose a way or another but, from what I understand, in the current version of osrm only the speed is used as a weight edge.
Is there any plan to change this behaviour?
thank you
maxx
The text was updated successfully, but these errors were encountered: