Key:traffic_signals:direction

From OpenStreetMap Wiki
Jump to navigation Jump to search
traffic_signals:direction
Description
Indicates the direction of travel affected by the traffic signals. Show/edit corresponding data item.
Group: highways
Used on these elements
may be used on nodesshould not be used on waysshould not be used on areasshould not be used on relations (except multipolygon relations)
Requires
Status: in use

traffic_signals:direction=* (or just direction=*) is used with highway=traffic_signals to indicate the direction of travel affected by the traffic signals.

Complex junctions where multiple crossing nodes are tagged with highway=traffic_signals can cause routing algorithms to interpret two or more individual traffic signals where in reality traffic signals only apply once to crossing traffic. This can be overcome by tagging the direction of travel affected by the traffic signals. Using this information, routing algorithms can better determine how traffic signals at a junction affect journey time and provide better weighted route choices.

This tag only applies for nodes that are part of a way. For traffic signal nodes placed at their real position next to the road, use direction=* with cardinal directions or angles as the value.

Values

Main article: Direction of point features on ways
Value Element Description
forward node (part of way) The traffic signal affects the forward direction, relative to how the associated way was drawn in the editor.
backward node (part of way) The traffic signal affects the backward direction, relative to how the associated way was drawn in the editor.
both node (part of way) The traffic signal affects both the forward and the backward direction.

See the separate page Direction of point features on ways for more details.

See also