mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 21:33:51 +01:00
added geological outcrop field
This commit is contained in:
parent
1cbef5186f
commit
bd1d0198bb
1 changed files with 11 additions and 0 deletions
11
data/fields/geological_outcrop.json
Normal file
11
data/fields/geological_outcrop.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"key": "geological",
|
||||
"type": "defaultCheck",
|
||||
"label": "Exposed bedrock",
|
||||
"strings": {
|
||||
"options": {
|
||||
"undefined": "No",
|
||||
"outcrop": "Yes"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue