Add more fields to the tourism=camp_site preset (close #7169)

Add Backcountry Camping Area and Group Camping Area presets
Add Hot Water field to the Shower preset
Deprecate low usage `showers` tag in favor of `shower`
This commit is contained in:
Quincy Morgan
2019-12-26 16:20:58 -05:00
parent c4584562d3
commit 2c9aa35fe4
16 changed files with 197 additions and 11 deletions
+9
View File
@@ -1133,6 +1133,8 @@
{"key": "tourism", "value": "attraction", "description": "🄿 Tourist Attraction", "object_types": ["node", "way", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/star-15.svg"},
{"key": "tourism", "value": "camp_pitch", "description": "🄿 Camp Pitch", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/campsite-15.svg"},
{"key": "tourism", "value": "camp_site", "description": "🄿 Campground", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/campsite-15.svg"},
{"key": "backcountry", "value": "yes", "description": "🄿 Backcountry Camping Area", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/campsite-15.svg"},
{"key": "group_only", "value": "yes", "description": "🄿 Group Camping Area", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/campsite-15.svg"},
{"key": "tourism", "value": "caravan_site", "description": "🄿 RV Park", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/rv_park.svg"},
{"key": "tourism", "value": "chalet", "description": "🄿 Holiday Cottage", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/cabin.svg"},
{"key": "tourism", "value": "gallery", "description": "🄿 Art Gallery", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/art-gallery-15.svg"},
@@ -1307,6 +1309,7 @@
{"key": "artwork_type", "description": "🄵 Type"},
{"key": "atm", "description": "🄵 ATM"},
{"key": "baby", "description": "🄵 Baby Seat"},
{"key": "backcountry", "description": "🄵 Backcountry"},
{"key": "backrest", "description": "🄵 Backrest"},
{"key": "bar", "description": "🄵 Bar"},
{"key": "basin", "description": "🄵 Type"},
@@ -1492,6 +1495,7 @@
{"key": "gnis:feature_id", "description": "🄵 GNIS Feature ID"},
{"key": "government", "description": "🄵 Type"},
{"key": "grape_variety", "description": "🄵 Grape Varieties"},
{"key": "group_only", "description": "🄵 Groups Only"},
{"key": "guest_house", "description": "🄵 Type"},
{"key": "handicap", "description": "🄵 Handicap"},
{"key": "handrail", "description": "🄵 Handrail"},
@@ -1511,6 +1515,7 @@
{"key": "horse_scale", "value": "dangerous", "description": "🄵 Horseback Riding Difficulty"},
{"key": "horse_scale", "value": "impossible", "description": "🄵 Horseback Riding Difficulty"},
{"key": "amenity", "value": "stables", "description": "🄵 Riding Stable"},
{"key": "hot_water", "description": "🄵 Hot Water"},
{"key": "iata", "description": "🄵 IATA Airport Code"},
{"key": "icao", "description": "🄵 ICAO Airport Code"},
{"key": "incline", "value": "up", "description": "🄵 Incline"},
@@ -1615,6 +1620,7 @@
{"key": "oneway", "value": "reversible", "description": "🄵 One Way"},
{"key": "oneway", "value": "alternating", "description": "🄵 One Way"},
{"key": "oneway:bicycle", "description": "🄵 One Way (Bicycles)"},
{"key": "openfire", "description": "🄵 Open Fires Allowed"},
{"key": "opening_date", "description": "🄵 Expected Opening Date"},
{"key": "opening_hours", "description": "🄵 Hours"},
{"key": "operator", "description": "🄵 Operator"},
@@ -1766,6 +1772,7 @@
{"key": "service:vehicle:", "description": "🄵 Services"},
{"key": "shelter_type", "description": "🄵 Type"},
{"key": "shelter", "description": "🄵 Shelter"},
{"key": "shower", "description": "🄵 Showers"},
{"key": "siren:purpose", "description": "🄵 Purpose"},
{"key": "siren:type", "value": "pneumatic", "description": "🄵 Type"},
{"key": "siren:type", "value": "electronic", "description": "🄵 Type"},
@@ -1825,6 +1832,7 @@
{"key": "target", "description": "🄵 Target"},
{"key": "tidal", "description": "🄵 Tidal"},
{"key": "to", "description": "🄵 To"},
{"key": "toilets", "description": "🄵 Toilets"},
{"key": "toilets:disposal", "value": "chemical", "description": "🄵 Disposal"},
{"key": "toilets:disposal", "value": "bucket", "description": "🄵 Disposal"},
{"key": "toilets:handwashing", "description": "🄵 Handwashing"},
@@ -2116,6 +2124,7 @@
{"key": "shop", "value": "tickets", "description": "🄳 ➜ shop=ticket"},
{"key": "shop", "value": "underwear", "description": "🄳 ➜ shop=clothes + clothes=underwear"},
{"key": "shop", "value": "winery", "description": "🄳 ➜ craft=winery"},
{"key": "showers", "description": "🄳 ➜ shower=*"},
{"key": "sloped_curb", "value": "0", "description": "🄳 ➜ kerb=flush"},
{"key": "sloped_curb", "value": "0.00", "description": "🄳 ➜ kerb=flush"},
{"key": "sloped_curb", "value": "0.01", "description": "🄳 ➜ kerb=lowered + kerb:height=1 cm"},