Proposal:Lane transition
Lane transitions | |
---|---|
Proposal status: | Abandoned (inactive) |
Proposed by: | xnyhps |
Tagging: | lane_transition=TBD |
Statistics: |
|
Draft started: | 2017-10-16 |
Proposal
Currently, highways can be tagged with how many lanes (lanes=*) they have and where those lanes are indicated to be going (turn:lanes=*). However, this information is not complete enough to follow a lane completely. If a lane appears without any turn indications, then the number of lanes increases but information about where exactly this lane is added is not present. It could appear on the left, on the right, and even in some cases somewhere in the middle. This proposal aims to add this data in a simple way that can be applied in a large portion of where lanes change.
Rationale
Navigation systems could show not only which lanes to take for the next exit, but also which lanes are optimal for what happens after that. To be able to do that, complete lane transition information is needed.
Proposed_features/transit already exists, however, it has a number of downsides:
- The name is confusing, "transit" is often used in the context of public transport.
- It proposes tagging the way to indicate the lane transition at the end of that way. This is confusing, and it makes it easy to break the tagging, for example by splitting a way.
- It has no way to indicate that two lanes swap places, for example crossing a bus lane to enter a right turn lane.
- It has not received many changes or discussion since the proposal was started in 2015, and is not being used very actively.
Instead, this proposal specifies a simpler format (tagging only a single node), which should be usable in most situations, and a relation-based format for more complicated scenarios.
Examples
- A new lane appears on the left or right of a motorway. https://www.mapillary.com/map/im/p_Wur9Ry0AbGr2tKN5ptqA
- A lane on the left or right merges into the adjacent one. https://www.mapillary.com/map/im/L-WOGO6bzUFe01Wpbsq0og
- A new lane appears somewhere in the middle (for example between a bus lane and the main road). https://www.mapillary.com/map/im/mRSO6ZxcgRVH0xGaGDJQGA
- A lane disappears somewhere in the middle. https://www.mapillary.com/map/im/LTRFOFHXSpGyKNkZ7x-vvA
- Two lanes merge into one. https://www.mapillary.com/map/im/JfOtf9iE2NPwIV6QVtbfvQ
- Two lanes swap. https://www.mapillary.com/map/im/9rbQUSZAGF6HCMDvF4kw4Q
Tagging
This tag can be applied to either a single node or as a relation.
On a node
This option can only be used if a road does not split and/or merge and is one-way. In other words, the node is the end node of a one-way highway and the start node of another one-way highway, and is not connected to any other highways.
The tagging works by numbering the lanes of the incoming segment from left-to-right (as viewed in the driving direction) starting from 1. The tag specifies, for each of the lanes on the outgoing segment, the number assigned to the lane (or lanes) of the incoming segment which can move into that lane without changing lanes (i.e., crossing a line), separated by |
(a vertical bar). If the value for a specific lane is empty, it has newly appeared. If two lanes merge, and traffic from both lanes can enter the new lane without crossing a line, the numbers of those lanes are specified, separated by ;
. This is similar to how the :lanes suffix is used, however, that can only be applied to ways.
- A new lane appears on the left (https://www.mapillary.com/map/im/p_Wur9Ry0AbGr2tKN5ptqA):
lane_transition=|1|2
- A lane on the left or right merges into the adjacent one. (https://www.mapillary.com/map/im/L-WOGO6bzUFe01Wpbsq0og)
lane_transition=2|3
- A new lane appears somewhere in the middle (for example between a bus lane and the main road). (https://www.mapillary.com/map/im/mRSO6ZxcgRVH0xGaGDJQGA)
lane_transition=1|2||3
- A lane disappears somewhere in the middle. (https://www.mapillary.com/map/im/LTRFOFHXSpGyKNkZ7x-vvA)
lane_transition=1|2|4
- Two lanes merge into one. (https://www.mapillary.com/map/im/JfOtf9iE2NPwIV6QVtbfvQ)
lane_transition=1;2
- Two lanes swap. (https://www.mapillary.com/map/im/9rbQUSZAGF6HCMDvF4kw4Q, in the example we ignore the bus lane and assume the road is tagged as two one-way roads.)
lane_transition=2|1
On a relation
If the situation is not "simple", then a relation must be used. This works in much the same way as turn restrictions. The relation contains a member as the from
and a member as the to
, which should be connected by a single node. The tagging is the same as the simple case.
Applies to
Nodes on two or more different highways for which the total lane count of incoming lanes does not match the total of outgoing lanes.
Rendering
If a render shows each lane separately, then it needs this proposal to align the rendering at the points where the number of lanes changes.
Features/Pages affected
This would deprecate transit=*.
External discussions
Comments
Please comment on the discussion page.