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
+10 -6
View File
@@ -5706,16 +5706,20 @@ en:
terms: '<translate with synonyms or related terms for ''No U-turn'', separated by commas>'
type/restriction/only_left_turn:
# 'type=restriction, restriction=only_left_turn'
name: Left Turn Only
terms: '<translate with synonyms or related terms for ''Left Turn Only'', separated by commas>'
name: Only Left Turn
terms: '<translate with synonyms or related terms for ''Only Left Turn'', separated by commas>'
type/restriction/only_right_turn:
# 'type=restriction, restriction=only_right_turn'
name: Right Turn Only
terms: '<translate with synonyms or related terms for ''Right Turn Only'', separated by commas>'
name: Only Right Turn
terms: '<translate with synonyms or related terms for ''Only Right Turn'', separated by commas>'
type/restriction/only_straight_on:
# 'type=restriction, restriction=only_straight_on'
name: No Turns
terms: '<translate with synonyms or related terms for ''No Turns'', separated by commas>'
name: Only Straight On
terms: '<translate with synonyms or related terms for ''Only Straight On'', separated by commas>'
type/restriction/only_u_turn:
# 'type=restriction, restriction=only_u_turn'
name: Only U-turn
terms: '<translate with synonyms or related terms for ''Only U-turn'', separated by commas>'
type/route:
# type=route
name: Route
+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"
}
+4
View File
@@ -3577,6 +3577,10 @@
"key": "restriction",
"value": "only_straight_on"
},
{
"key": "restriction",
"value": "only_u_turn"
},
{
"key": "type",
"value": "route_master"