mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-05 22:46:38 +02:00
Rename "No Turns" to "Only Straight On", add "Only U-turn" preset
(closes #4952)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user