mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-19 19:07:23 +02:00
Rename turn restriction presets to more common names (#262)
* Renamed turn restriction presets to more common names
This commit is contained in:
@@ -11,5 +11,5 @@
|
||||
"key": "restriction",
|
||||
"value": "no_straight_on"
|
||||
},
|
||||
"name": "No Straight On"
|
||||
"name": "No Straight Ahead"
|
||||
}
|
||||
|
||||
@@ -11,5 +11,5 @@
|
||||
"key": "restriction",
|
||||
"value": "no_u_turn"
|
||||
},
|
||||
"name": "No U-turn"
|
||||
"name": "No U-Turn"
|
||||
}
|
||||
|
||||
@@ -11,5 +11,5 @@
|
||||
"key": "restriction",
|
||||
"value": "only_left_turn"
|
||||
},
|
||||
"name": "Only Left Turn"
|
||||
"name": "Left Turn Only"
|
||||
}
|
||||
|
||||
@@ -11,5 +11,5 @@
|
||||
"key": "restriction",
|
||||
"value": "only_right_turn"
|
||||
},
|
||||
"name": "Only Right Turn"
|
||||
"name": "Right Turn Only"
|
||||
}
|
||||
|
||||
@@ -11,5 +11,5 @@
|
||||
"key": "restriction",
|
||||
"value": "only_straight_on"
|
||||
},
|
||||
"name": "Only Straight On"
|
||||
"name": "Straight Ahead Only"
|
||||
}
|
||||
|
||||
@@ -11,5 +11,5 @@
|
||||
"key": "restriction",
|
||||
"value": "only_u_turn"
|
||||
},
|
||||
"name": "Only U-turn"
|
||||
"name": "U-Turn Only"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user