mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 12:53:52 +01:00
Merge branch 'k-yle-wilderness-hut-fields' into main
This commit is contained in:
commit
ddb409d2bf
6 changed files with 39 additions and 2 deletions
9
data/fields/drinking_water_available.json
Normal file
9
data/fields/drinking_water_available.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"key": "drinking_water",
|
||||
"type": "check",
|
||||
"label": "Drinking Water Available",
|
||||
"terms": [
|
||||
"drinkworthy",
|
||||
"potable"
|
||||
]
|
||||
}
|
||||
5
data/fields/kitchen.json
Normal file
5
data/fields/kitchen.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"key": "kitchen",
|
||||
"type": "check",
|
||||
"label": "Kitchen"
|
||||
}
|
||||
5
data/fields/mattress.json
Normal file
5
data/fields/mattress.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"key": "mattress",
|
||||
"type": "check",
|
||||
"label": "Mattresses Available"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue