mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01:00
indicate that covered can be assumed to be "no" for roads and railways
closes #130
This commit is contained in:
parent
864279dc7d
commit
49143b00f8
26 changed files with 36 additions and 25 deletions
12
data/fields/covered_no.json
Normal file
12
data/fields/covered_no.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"key": "covered",
|
||||
"type": "check",
|
||||
"label": "Covered",
|
||||
"strings": {
|
||||
"options": {
|
||||
"undefined": "Assumed to be No",
|
||||
"yes": "Yes",
|
||||
"no": "No"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue