mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 04:43:52 +01:00
Add Length Limit and Axle Weight Limit fields (#911)
This commit is contained in:
parent
9b04f30fae
commit
f8ecdeb4a8
16 changed files with 44 additions and 5 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue