Rename turn restriction presets to more common names (#262)

* Renamed turn restriction presets to more common names
This commit is contained in:
Minh Nguyễn
2021-12-10 08:59:19 -08:00
committed by GitHub
parent ab0f9cdb1f
commit 951f04bf65
7 changed files with 18 additions and 18 deletions
@@ -11,5 +11,5 @@
"key": "restriction",
"value": "no_straight_on"
},
"name": "No Straight On"
"name": "No Straight Ahead"
}
+1 -1
View File
@@ -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"
}