mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 04:43:52 +01:00
Add lane_markings field (#479)
This commit is contained in:
parent
cbfeb77994
commit
767b2d6dd3
3 changed files with 12 additions and 0 deletions
10
data/fields/lane_markings.json
Normal file
10
data/fields/lane_markings.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"key": "lane_markings",
|
||||
"type": "check",
|
||||
"label": "Lane Markings",
|
||||
"terms": [
|
||||
"centerline",
|
||||
"striped",
|
||||
"unstriped"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue