mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 16:19:48 +02:00
Start work on turn restriction editing field
This commit is contained in:
@@ -296,6 +296,8 @@ en:
|
||||
taoist: Taoist
|
||||
restriction:
|
||||
label: Type
|
||||
restrictions:
|
||||
label: Turn Restrictions
|
||||
route:
|
||||
label: Type
|
||||
route_master:
|
||||
|
||||
@@ -721,6 +721,15 @@
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
},
|
||||
"restrictions": {
|
||||
"type": "restrictions",
|
||||
"geometry": "vertex",
|
||||
"icon": "restrictions",
|
||||
"reference": {
|
||||
"rtype": "restriction"
|
||||
},
|
||||
"label": "Turn Restrictions"
|
||||
},
|
||||
"route": {
|
||||
"key": "route",
|
||||
"type": "combo",
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "restrictions",
|
||||
"geometry": "vertex",
|
||||
"icon": "restrictions",
|
||||
"reference": {
|
||||
"rtype": "restriction"
|
||||
},
|
||||
"label": "Turn Restrictions"
|
||||
}
|
||||
@@ -4245,6 +4245,9 @@
|
||||
"tags": {
|
||||
"highway": "traffic_signals"
|
||||
},
|
||||
"fields": [
|
||||
"restrictions"
|
||||
],
|
||||
"terms": [
|
||||
"light",
|
||||
"stoplight",
|
||||
|
||||
@@ -5,6 +5,9 @@
|
||||
"tags": {
|
||||
"highway": "traffic_signals"
|
||||
},
|
||||
"fields": [
|
||||
"restrictions"
|
||||
],
|
||||
"terms": [
|
||||
"light",
|
||||
"stoplight",
|
||||
|
||||
@@ -63,7 +63,8 @@
|
||||
"textarea",
|
||||
"localized",
|
||||
"wikipedia",
|
||||
"typeCombo"
|
||||
"typeCombo",
|
||||
"restrictions"
|
||||
],
|
||||
"required": true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user