adding a lanes() to return lane data

This commit is contained in:
Kushan Joshi
2016-06-07 20:24:57 +05:30
committed by Bryan Housel
parent 645fcbeea8
commit 4083a0e29e
9 changed files with 91 additions and 11 deletions
-2
View File
@@ -472,8 +472,6 @@ en:
lanes:
# 'lanes=*'
label: Lanes
# lanes field placeholder
placeholder: '1, 2, 3...'
layer:
# 'layer=*'
label: Layer
+2 -3
View File
@@ -647,9 +647,8 @@
},
"lanes": {
"key": "lanes",
"type": "number",
"label": "Lanes",
"placeholder": "1, 2, 3..."
"type": "lanes",
"label": "Lanes"
},
"layer": {
"key": "layer",
+2 -3
View File
@@ -1,6 +1,5 @@
{
"key": "lanes",
"type": "number",
"label": "Lanes",
"placeholder":"1, 2, 3..."
"type": "lanes",
"label": "Lanes"
}
+2 -1
View File
@@ -66,7 +66,8 @@
"localized",
"wikipedia",
"typeCombo",
"restrictions"
"restrictions",
"lanes"
],
"required": true
},