Skip to content

Commit 2502c69

Browse files
committed
add more fields to the wilderness_hut preset
1 parent 11f146a commit 2502c69

File tree

4 files changed

+17
-2
lines changed

4 files changed

+17
-2
lines changed

data/fields/kitchen.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"key": "kitchen",
3+
"type": "check",
4+
"label": "Kitchen"
5+
}

data/fields/mattress.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"key": "mattress",
3+
"type": "check",
4+
"label": "Mattresses Available"
5+
}

data/fields/vhf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"key": "vhf",
3-
"type": "text",
3+
"type": "number",
44
"label": "VHF Channel",
55
"terms": [
66
"call sign",

data/presets/tourism/wilderness_hut.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,24 @@
33
"fields": [
44
"name",
55
"operator",
6-
"address",
76
"building_area",
7+
"access_simple",
88
"fee",
99
"payment_multi_fee",
1010
"charge_fee",
1111
"fireplace"
1212
],
1313
"moreFields": [
14+
"kitchen",
15+
"mattress",
16+
"drinking_water",
17+
"capacity",
1418
"gnis/feature_id-US",
1519
"internet_access",
1620
"internet_access/fee",
1721
"internet_access/ssid",
1822
"reservation",
23+
"address",
1924
"wheelchair"
2025
],
2126
"geometry": [

0 commit comments

Comments
 (0)