From cea7ef349a45f0c2b9304db196d4740cf260dc4d Mon Sep 17 00:00:00 2001 From: Evan D Date: Mon, 5 Jul 2021 17:46:31 -0700 Subject: [PATCH] Add drinking_water to moreFields for campsite MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Similar to `toilets` and `shower`, `drinking_water` would ideally be mapped as a separate node for campsites. However, including this field in the main object is still important to mark sites which do not have drinking water—it's difficult to place a node for a feature that doesn't exist—as well as when the mapper doesn't have time or enough resources to place a drinking water source that does exist as a separate feature. --- data/presets/tourism/camp_site.json | 1 + 1 file changed, 1 insertion(+) diff --git a/data/presets/tourism/camp_site.json b/data/presets/tourism/camp_site.json index fe1d350ca..d5bc0f9c3 100644 --- a/data/presets/tourism/camp_site.json +++ b/data/presets/tourism/camp_site.json @@ -13,6 +13,7 @@ "moreFields": [ "backcountry", "dog", + "drinking_water", "email", "fax", "gnis/feature_id",