mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-07 05:27:50 +02:00
Add Truck Speed Limit maxspeed/hgv field (#520)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "maxspeed:hgv",
|
||||
"type": "roadspeed",
|
||||
"label": "Truck Speed Limit",
|
||||
"placeholder": "40, 50, 60..."
|
||||
}
|
||||
@@ -18,6 +18,7 @@
|
||||
"lit",
|
||||
"maxheight",
|
||||
"maxspeed/advisory",
|
||||
"maxspeed/hgv",
|
||||
"maxweight_bridge",
|
||||
"maxwidth",
|
||||
"minspeed",
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
"lit",
|
||||
"maxheight",
|
||||
"maxspeed/advisory",
|
||||
"maxspeed/hgv",
|
||||
"maxweight_bridge",
|
||||
"maxwidth",
|
||||
"not/name",
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
"lit",
|
||||
"maxheight",
|
||||
"maxspeed/advisory",
|
||||
"maxspeed/hgv",
|
||||
"maxweight_bridge",
|
||||
"maxwidth",
|
||||
"minspeed",
|
||||
|
||||
Reference in New Issue
Block a user