I tried searching for this and wasn't having much luck finding answers here or examples elsewhere. How do we handle "merge lanes" where a lane is ending so you much merge over? Here is an example on little road going north bound at fivay: https://www.openstreetmap.org/edit#map=19/28.33999/-82.66584 asked 17 Dec '20, 08:52 ray331 |
2 Answers:
It turns out I want to use answered 17 Dec '20, 08:59 ray331 |
To be clear, you should use If the lane configuration is complicated, further consider https://wiki.openstreetmap.org/wiki/Relation:connectivity. answered 18 Dec '20, 04:56 Kovoschiz edited 21 Dec '20, 06:31 1 Not at all. We count the lanes from left to right. So it needs to be (18 Dec '20, 10:09) TZorn @TZorn Typo at the wrong side. Obviously (21 Dec '20, 06:30) Kovoschiz |
You need to tag all the lanes individually. For your three lane one-way road it would be
turn:lanes=merge_to_right|none|none
or shorterturn:lanes=merge_to_right||
. But I see you have done it already in that way.