Key:stop:direction

From OpenStreetMap Wiki
Jump to navigation Jump to search
stop:direction
Description
Indicates the direction of travel affected by the stop sign/signal. 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

stop:direction=* (or just direction=*) is used with highway=stop to indicate the direction of travel affected by the stop sign/signal.

Complex junctions where multiple crossing nodes are tagged with highway=stop can cause routing algorithms to interpret two or more individual stops where in reality stop signs/signals only apply once to crossing traffic. This can be overcome by tagging the direction of travel affected by the stop. Using this information, routing algorithms can better determine how stops 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 stop 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 stop sign/signal affects the forward direction, relative to how the associated way was drawn in the editor.
backward node (part of way) The stop sign/signal affects the backward direction, relative to how the associated way was drawn in the editor.
both node (part of way) The stop sign/signal affects both the forward and the backward direction.

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