Start work on turn restriction editing field

This commit is contained in:
John Firebaugh
2014-05-15 11:49:10 -07:00
parent be0126aba6
commit 7cac179ce0
10 changed files with 110 additions and 1 deletions
+2
View File
@@ -296,6 +296,8 @@ en:
taoist: Taoist
restriction:
label: Type
restrictions:
label: Turn Restrictions
route:
label: Type
route_master:
+9
View File
@@ -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",
+9
View File
@@ -0,0 +1,9 @@
{
"type": "restrictions",
"geometry": "vertex",
"icon": "restrictions",
"reference": {
"rtype": "restriction"
},
"label": "Turn Restrictions"
}
+3
View File
@@ -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",
+2 -1
View File
@@ -63,7 +63,8 @@
"textarea",
"localized",
"wikipedia",
"typeCombo"
"typeCombo",
"restrictions"
],
"required": true
},