Advisory speed limit added (#4870)

maxspeed:advisory speed limit added
This commit is contained in:
umarpreet1
2018-03-15 09:17:53 +05:30
committed by Bryan Housel
parent e1e4cb1df5
commit 7d9e984acd
7 changed files with 18 additions and 6 deletions
+7 -1
View File
@@ -1139,6 +1139,12 @@
"label": "Speed Limit",
"placeholder": "40, 50, 60..."
},
"maxspeed/advisory":{
"key": "maxspeed:advisory",
"type": "maxspeed",
"label": "Advisory Speed Limit",
"placeholder": "40, 50, 60..."
},
"maxstay": {
"key": "maxstay",
"type": "combo",
@@ -2251,4 +2257,4 @@
}
}
}
}
}
@@ -0,0 +1,6 @@
{
"key": "maxspeed:advisory",
"type": "maxspeed",
"label": "Advisory Speed Limit",
"placeholder": "40, 50, 60..."
}
@@ -4,7 +4,7 @@
"name",
"ref_road_number",
"oneway",
"maxspeed",
"maxspeed/advisory",
"lanes",
"surface",
"structure",
@@ -3,7 +3,7 @@
"fields": [
"name",
"oneway",
"maxspeed",
"maxspeed/advisory",
"lanes",
"surface",
"maxheight",
@@ -3,7 +3,7 @@
"fields": [
"name",
"oneway",
"maxspeed",
"maxspeed/advisory",
"lanes",
"surface",
"structure",
@@ -3,7 +3,7 @@
"fields": [
"name",
"oneway",
"maxspeed",
"maxspeed/advisory",
"lanes",
"surface",
"structure",
+1 -1
View File
@@ -4,7 +4,7 @@
"name",
"ref_road_number",
"oneway",
"maxspeed",
"maxspeed/advisory",
"lanes",
"surface",
"structure",