Skip to content

Instantly share code, notes, and snippets.

@oini

oini/traffic.md Secret

Last active December 1, 2015 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oini/f2f7e397f8b93a552489 to your computer and use it in GitHub Desktop.
Save oini/f2f7e397f8b93a552489 to your computer and use it in GitHub Desktop.

Traffic Signals Guide

In the table below, we have enlisted the signals that we should look out for in the Mapillary Imagery in order to map obvious traffic data like turn restrictions, speed limits, etc. The OSM Tag column enlists the tagging convention for each traffic symbol and the Node/Way/Relation column enlists the object on which the tags can be applied.

Symbol Description OSM Tag Node/Way/Relation
Speed limit traffic_sign=maxspeed; maxspeed=* Node/Way
Minimum speed limit minspeed=* Node/Way
No straight through restriction=no_straight_on Relation
No Right Turn restriction=no_right_turn Relation
No Left Turn restriction=no_right_turn Relation
No Turns restriction=only_straight_on Relation
No U-turn restriction=no_u_turn Relation
No Left or U-turn restriction=no_right_turn; restriction=no_u_turn Relation
Bike lane cycleway=lane; bicycle=yes Way
No motorized vehicles restriction=motorcar Way
One Way oneway=yes Way
@sbma44
Copy link

sbma44 commented Dec 1, 2015

"No Left Turn" should be restriction=no_left_turn rather than no_right_turn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment