indicate that covered can be assumed to be "no" for roads and railways

closes #130
This commit is contained in:
Martin Raifer 2022-01-06 14:46:00 +01:00
parent 864279dc7d
commit 49143b00f8
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
26 changed files with 36 additions and 25 deletions

View file

@ -0,0 +1,12 @@
{
"key": "covered",
"type": "check",
"label": "Covered",
"strings": {
"options": {
"undefined": "Assumed to be No",
"yes": "Yes",
"no": "No"
}
}
}