mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-24 00:54:03 +02:00
Add Length Limit and Axle Weight Limit fields (#911)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"key": "maxaxleload",
|
||||
"type": "combo",
|
||||
"label": "Axle Weight Limit",
|
||||
"snake_case": false,
|
||||
"prerequisiteTag": {
|
||||
"key": "bridge",
|
||||
"valueNot": "no"
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,9 @@
|
||||
{
|
||||
"key": "maxheight",
|
||||
"type": "roadheight",
|
||||
"label": "Max Height",
|
||||
"label": "Height Limit",
|
||||
"terms": [
|
||||
"clearance"
|
||||
],
|
||||
"snake_case": false
|
||||
}
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "maxlength",
|
||||
"type": "roadheight",
|
||||
"label": "Length Limit",
|
||||
"snake_case": false
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"key": "maxstay",
|
||||
"type": "combo",
|
||||
"label": "Max Stay",
|
||||
"label": "Time Limit",
|
||||
"options": [
|
||||
"15 minutes",
|
||||
"30 minutes",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"key": "maxweight",
|
||||
"type": "combo",
|
||||
"label": "Max Weight",
|
||||
"label": "Weight Limit",
|
||||
"snake_case": false
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"key": "maxwidth",
|
||||
"type": "roadheight",
|
||||
"label": "Max Width",
|
||||
"label": "Width Limit",
|
||||
"snake_case": false
|
||||
}
|
||||
|
||||
@@ -18,7 +18,9 @@
|
||||
"flood_prone",
|
||||
"junction_line",
|
||||
"lit",
|
||||
"maxaxleload_bridge",
|
||||
"maxheight",
|
||||
"maxlength",
|
||||
"maxweight_bridge",
|
||||
"maxwidth",
|
||||
"oneway/bicycle",
|
||||
|
||||
@@ -17,7 +17,9 @@
|
||||
"incline",
|
||||
"junction_line",
|
||||
"lit",
|
||||
"maxaxleload_bridge",
|
||||
"maxheight",
|
||||
"maxlength",
|
||||
"maxspeed/advisory",
|
||||
"maxspeed/hgv",
|
||||
"maxweight_bridge",
|
||||
|
||||
@@ -20,7 +20,9 @@
|
||||
"incline",
|
||||
"junction_line",
|
||||
"lit",
|
||||
"maxaxleload_bridge",
|
||||
"maxheight",
|
||||
"maxlength",
|
||||
"maxspeed",
|
||||
"maxweight_bridge",
|
||||
"maxwidth",
|
||||
|
||||
@@ -20,7 +20,9 @@
|
||||
"incline",
|
||||
"junction_line",
|
||||
"lit",
|
||||
"maxaxleload_bridge",
|
||||
"maxheight",
|
||||
"maxlength",
|
||||
"maxspeed/advisory",
|
||||
"maxweight_bridge",
|
||||
"maxwidth",
|
||||
|
||||
@@ -21,7 +21,9 @@
|
||||
"junction_line",
|
||||
"lane_markings",
|
||||
"lit",
|
||||
"maxaxleload_bridge",
|
||||
"maxheight",
|
||||
"maxlength",
|
||||
"maxspeed/advisory",
|
||||
"maxspeed/hgv",
|
||||
"maxweight_bridge",
|
||||
|
||||
@@ -22,7 +22,9 @@
|
||||
"junction_line",
|
||||
"junction/ref_oneway",
|
||||
"lit",
|
||||
"maxaxleload_bridge",
|
||||
"maxheight",
|
||||
"maxlength",
|
||||
"maxspeed",
|
||||
"maxweight_bridge",
|
||||
"maxwidth",
|
||||
|
||||
@@ -22,7 +22,9 @@
|
||||
"junction_line",
|
||||
"junction/ref_oneway",
|
||||
"lit",
|
||||
"maxaxleload_bridge",
|
||||
"maxheight",
|
||||
"maxlength",
|
||||
"maxspeed/advisory",
|
||||
"maxweight_bridge",
|
||||
"maxwidth",
|
||||
|
||||
@@ -20,9 +20,11 @@
|
||||
"junction_line",
|
||||
"lane_markings",
|
||||
"lit",
|
||||
"maxaxleload_bridge",
|
||||
"maxheight",
|
||||
"maxlength",
|
||||
"maxspeed/advisory",
|
||||
"maxweight_bridge",
|
||||
"maxweight",
|
||||
"maxwidth",
|
||||
"not/name",
|
||||
"oneway/bicycle",
|
||||
|
||||
@@ -16,7 +16,9 @@
|
||||
"incline",
|
||||
"lanes",
|
||||
"lit",
|
||||
"maxaxleload_bridge",
|
||||
"maxheight",
|
||||
"maxlength",
|
||||
"maxspeed/advisory",
|
||||
"maxweight_bridge",
|
||||
"maxwidth",
|
||||
|
||||
@@ -18,7 +18,9 @@
|
||||
"incline",
|
||||
"junction_line",
|
||||
"lit",
|
||||
"maxaxleload_bridge",
|
||||
"maxheight",
|
||||
"maxlength",
|
||||
"maxspeed/advisory",
|
||||
"maxspeed/hgv",
|
||||
"maxweight_bridge",
|
||||
|
||||
Reference in New Issue
Block a user