I'm trying to map the service road at the NW corner of this junction: http://www.openstreetmap.org/#map=19/32.09684/34.82139 That road is currently marked as "one lane forward, one bus lane backwards" which is correct for most of it, but at the intersection it widens to two lanes in the forward direction. One of those lanes is "right turns only", the other is left-or-straight. (That's in addition to the opposite bus lane.) How do I add these restrictions? I'm not sure whether I should just add turn:lanes:forward="left;through|right", or whether relation(s) are also required. asked 04 May '17, 12:12 dsh4 |
Turn restrictions are only necessary if there are roads which you are not allowed to enter and this restriction is not already implied by other access or oneway tags. Supposed you are allowed to enter all roads then answered 04 May '17, 13:38 scai ♦ |