-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Routing bikes on oneway roads in the wrong direction #4943
Comments
This is by design. A cycleway in the left side of the road (ie. in the opposite direction) indicates that you're allowed to cycle against the normal oneway flow. Whereas a track in the right side of the road is in the direction of the oneway, so nothing indicates you're allowed to go against the oneway flow on a bike. |
the wiki at https://wiki.openstreetmap.org/wiki/Key:cycleway provides this example: A contraflow cycle lane on the left side of a one-way street. Tagging: cycleway:left=opposite_lane + oneway=yes (indicates the oneway-motorcar-lane) |
@emiltin the wiki link you provided says
In that sentence ^ it is tagged as The given example is a one-way, where it is also a one-way for bikes BUT the track for the bikes are on the left side. Track wiki also says
As for implicite indication of
I can't find it in the wiki at least. (I know real-world tagging is not always equal to the wiki 🙈)
This sounds more like left/right indicate where the track is located, not saying anything about the direction. If you want to consider both sides,
seems to be the correct way to indicate that this is not a one-way for bikes. Do you know any cases where a change of not considering Can you either check whether #4944 breaks those cases or provide me with some hints, then I can check the behaviour of the PR 🤗 |
Cycleways confuse me. Is this a summary we can agree on?
|
[Investigation] Routing on cycleways with OSRM
The bike profile of OSRM supports (source)
OSRM sets the forward and backward mode of ways with cycleways to "Normal" Roads that are not a one-way road
One-way Roads
❗️As for this issue, what matters should be
|
Sometimes we will route bikes on a oneway street in the wrong direction.
/route/v1/driving/-73.98244857788086,40.755319574776024;-73.999958,40.736072?overview=false&alternatives=true&steps=true
where we route down6th Ave
in the wrong direction6th Ave
oneway=yes
cycleway:left=track
Problem:
mode.inaccessible
hereProblem description in other words:
a -> b
), we assume that we can ride the bike when riding fromb > a
a > b
is a oneway we still think we can do thatb > a
buta > b
Solution
The text was updated successfully, but these errors were encountered: