mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 01:33:03 +00:00
16 lines
441 B
JSON
16 lines
441 B
JSON
{
|
|
"icon": "restriction",
|
|
"geometry": "relation",
|
|
"name": "Restriction Features",
|
|
"members": [
|
|
"type/restriction/no_left_turn",
|
|
"type/restriction/no_right_turn",
|
|
"type/restriction/no_straight_on",
|
|
"type/restriction/no_u_turn",
|
|
"type/restriction/only_left_turn",
|
|
"type/restriction/only_right_turn",
|
|
"type/restriction/only_straight_on",
|
|
"type/restriction"
|
|
]
|
|
}
|