mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-20 15:34:41 +02:00
Add lane_markings field (#479)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"key": "lane_markings",
|
||||
"type": "check",
|
||||
"label": "Lane Markings",
|
||||
"terms": [
|
||||
"centerline",
|
||||
"striped",
|
||||
"unstriped"
|
||||
]
|
||||
}
|
||||
@@ -18,6 +18,7 @@
|
||||
"flood_prone",
|
||||
"incline",
|
||||
"junction_line",
|
||||
"lane_markings",
|
||||
"lit",
|
||||
"maxheight",
|
||||
"maxspeed/advisory",
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
"flood_prone",
|
||||
"incline",
|
||||
"junction_line",
|
||||
"lane_markings",
|
||||
"lit",
|
||||
"maxheight",
|
||||
"maxspeed/advisory",
|
||||
|
||||
Reference in New Issue
Block a user