Merge branch 'k-yle-wilderness-hut-fields' into main

This commit is contained in:
Martin Raifer
2022-07-22 15:46:23 +02:00
6 changed files with 39 additions and 2 deletions
@@ -0,0 +1,9 @@
{
"key": "drinking_water",
"type": "check",
"label": "Drinking Water Available",
"terms": [
"drinkworthy",
"potable"
]
}
+5
View File
@@ -0,0 +1,5 @@
{
"key": "kitchen",
"type": "check",
"label": "Kitchen"
}
+5
View File
@@ -0,0 +1,5 @@
{
"key": "mattress",
"type": "check",
"label": "Mattresses Available"
}
+1 -1
View File
@@ -15,7 +15,7 @@
"moreFields": [
"backcountry",
"dog",
"drinking_water",
"drinking_water_available",
"email",
"fax",
"gnis/feature_id-US",
+6 -1
View File
@@ -3,18 +3,23 @@
"fields": [
"name",
"operator",
"address",
"building_area",
"access_simple",
"fee",
"payment_multi_fee",
"charge_fee",
"fireplace"
],
"moreFields": [
"address",
"capacity",
"drinking_water_available",
"gnis/feature_id-US",
"internet_access",
"internet_access/fee",
"internet_access/ssid",
"kitchen",
"mattress",
"reservation",
"wheelchair"
],