Skip to content

Commit 2e3825c

Browse files
committed
add field for "drinking_water" tag on amenities
see #501 (comment)
1 parent 855a342 commit 2e3825c

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"key": "drinking_water",
3+
"type": "check",
4+
"label": "Drinking Water Available",
5+
"terms": [
6+
"drinkworthy",
7+
"potable"
8+
]
9+
}

data/presets/tourism/camp_site.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"moreFields": [
1616
"backcountry",
1717
"dog",
18-
"drinking_water",
18+
"drinking_water_available",
1919
"email",
2020
"fax",
2121
"gnis/feature_id-US",

data/presets/tourism/wilderness_hut.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"moreFields": [
1414
"address",
1515
"capacity",
16-
"drinking_water",
16+
"drinking_water_available",
1717
"gnis/feature_id-US",
1818
"internet_access",
1919
"internet_access/fee",

0 commit comments

Comments
 (0)