Rename "No Turns" to "Only Straight On", add "Only U-turn" preset

(closes #4952)
This commit is contained in:
Bryan Housel
2018-03-28 16:04:10 -04:00
parent 07c406ad1c
commit 3b882c8145
13 changed files with 65 additions and 19 deletions
+1
View File
@@ -138,6 +138,7 @@
"type/restriction/only_left_turn",
"type/restriction/only_right_turn",
"type/restriction/only_straight_on",
"type/restriction/only_u_turn",
"type/restriction"
]
},
+1
View File
@@ -10,6 +10,7 @@
"type/restriction/only_left_turn",
"type/restriction/only_right_turn",
"type/restriction/only_straight_on",
"type/restriction/only_u_turn",
"type/restriction"
]
}
+17 -3
View File
@@ -19712,7 +19712,7 @@
"type": "restriction",
"restriction": "only_left_turn"
},
"name": "Left Turn Only"
"name": "Only Left Turn"
},
"type/restriction/only_right_turn": {
"icon": "restriction-only-right-turn",
@@ -19726,7 +19726,7 @@
"type": "restriction",
"restriction": "only_right_turn"
},
"name": "Right Turn Only"
"name": "Only Right Turn"
},
"type/restriction/only_straight_on": {
"icon": "restriction-only-straight-on",
@@ -19740,7 +19740,21 @@
"type": "restriction",
"restriction": "only_straight_on"
},
"name": "No Turns"
"name": "Only Straight On"
},
"type/restriction/only_u_turn": {
"icon": "restriction-only-u-turn",
"fields": [
"except"
],
"geometry": [
"relation"
],
"tags": {
"type": "restriction",
"restriction": "only_u_turn"
},
"name": "Only U-turn"
},
"type/route_master": {
"icon": "route-master",
@@ -10,5 +10,5 @@
"type": "restriction",
"restriction": "only_left_turn"
},
"name": "Left Turn Only"
"name": "Only Left Turn"
}
@@ -10,5 +10,5 @@
"type": "restriction",
"restriction": "only_right_turn"
},
"name": "Right Turn Only"
"name": "Only Right Turn"
}
@@ -10,5 +10,5 @@
"type": "restriction",
"restriction": "only_straight_on"
},
"name": "No Turns"
"name": "Only Straight On"
}
@@ -0,0 +1,14 @@
{
"icon": "restriction-only-u-turn",
"fields": [
"except"
],
"geometry": [
"relation"
],
"tags": {
"type": "restriction",
"restriction": "only_u_turn"
},
"name": "Only U-turn"
}