mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-17 22:24:49 +02:00
Rename "No Turns" to "Only Straight On", add "Only U-turn" preset
(closes #4952)
This commit is contained in:
+10
-6
@@ -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
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -3577,6 +3577,10 @@
|
||||
"key": "restriction",
|
||||
"value": "only_straight_on"
|
||||
},
|
||||
{
|
||||
"key": "restriction",
|
||||
"value": "only_u_turn"
|
||||
},
|
||||
{
|
||||
"key": "type",
|
||||
"value": "route_master"
|
||||
|
||||
Reference in New Issue
Block a user