From 11950a26b3ff7ad7e5349410c8d87e8b51aecfd7 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Sat, 21 Dec 2019 14:41:09 -0500 Subject: [PATCH] Add terms to various lodging presets --- data/presets.yaml | 13 +++++++++---- data/presets/presets.json | 18 +++++++++--------- .../presets/amenity/shelter/lean_to.json | 9 +++++++++ data/presets/presets/tourism/alpine_hut.json | 7 ++++++- data/presets/presets/tourism/apartment.json | 7 +++++++ data/presets/presets/tourism/chalet.json | 8 ++++++-- data/presets/presets/tourism/guest_house.json | 7 ++++++- data/presets/presets/tourism/hostel.json | 7 +++++++ data/presets/presets/tourism/hotel.json | 6 ++++++ data/presets/presets/tourism/motel.json | 5 +++++ .../presets/tourism/wilderness_hut.json | 10 ++++++++-- dist/locales/en.json | 18 +++++++++--------- 12 files changed, 87 insertions(+), 28 deletions(-) diff --git a/data/presets.yaml b/data/presets.yaml index 3dec76f76..743d4652f 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -3564,6 +3564,7 @@ en: amenity/shelter/lean_to: # 'amenity=shelter, shelter_type=lean_to' name: Lean-To + # 'terms: alpine hut,cabin,leanto,lodging,overnight accommodations,sleeping shelter,wilderness hut' terms: '' amenity/shelter/picnic_shelter: # 'amenity=shelter, shelter_type=picnic_shelter' @@ -8035,11 +8036,12 @@ en: tourism/alpine_hut: # tourism=alpine_hut name: Alpine Hut - # 'terms: climbing hut' + # 'terms: cabin,climbing hut,lodge,lodging,overnight accommodations,wilderness hut' terms: '' tourism/apartment: # tourism=apartment name: Guest Apartment / Condo + # 'terms: bnb,holiday rental,lodging,overnight accommodations,vacation rental' terms: '' tourism/aquarium: # tourism=aquarium @@ -8103,7 +8105,7 @@ en: tourism/chalet: # tourism=chalet name: Holiday Cottage - # 'terms: holiday,holiday cottage,holiday home,vacation,vacation home' + # 'terms: chalet,holiday cabin,holiday cottage,holiday home,lodge,lodging,overnight accommodations,vacation cabin,vacation home' terms: '' tourism/gallery: # tourism=gallery @@ -8113,15 +8115,17 @@ en: tourism/guest_house: # tourism=guest_house name: Guest House - # 'terms: B&B,Bed and Breakfast' + # 'terms: b & b,b and b,B&B,Bed and Breakfast,bnb,lodging,overnight accommodations' terms: '' tourism/hostel: # tourism=hostel name: Hostel + # 'terms: bunk beds,dormitories,dorms,lodging,overnight accommodations' terms: '' tourism/hotel: # tourism=hotel name: Hotel + # 'terms: concierge,lodge,lodging,overnight accommodations' terms: '' tourism/information: # tourism=information @@ -8156,6 +8160,7 @@ en: tourism/motel: # tourism=motel name: Motel + # 'terms: lodging,motor hotel,overnight accommodations' terms: '' tourism/museum: # tourism=museum @@ -8182,7 +8187,7 @@ en: tourism/wilderness_hut: # tourism=wilderness_hut name: Wilderness Hut - # 'terms: wilderness hut,backcountry hut,bothy' + # 'terms: alpine hut,cabin,backcountry hut,bothy,lodge,lodging,overnight accommodations,sleeping shelter,wilderness hut' terms: '' tourism/zoo: # tourism=zoo diff --git a/data/presets/presets.json b/data/presets/presets.json index 6a804c3c8..addf64da5 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -212,7 +212,7 @@ "amenity/school": {"icon": "temaki-school", "fields": ["name", "operator", "operator/type", "address", "religion", "denomination", "website"], "moreFields": ["charge_fee", "email", "fax", "fee", "gnis/feature_id", "internet_access", "internet_access/ssid", "level", "phone", "polling_station", "wheelchair"], "geometry": ["area", "point"], "terms": ["academy", "elementary school", "middle school", "high school"], "tags": {"amenity": "school"}, "name": "School Grounds"}, "amenity/shelter": {"icon": "maki-shelter", "fields": ["name", "shelter_type", "building_area", "bench", "bin"], "moreFields": ["gnis/feature_id", "lit", "lockable", "wheelchair"], "geometry": ["point", "vertex", "area"], "terms": ["lean-to", "gazebo", "picnic"], "tags": {"amenity": "shelter"}, "name": "Shelter"}, "amenity/shelter/gazebo": {"icon": "maki-shelter", "fields": ["name", "building_area", "bench", "lit"], "geometry": ["point", "area"], "tags": {"amenity": "shelter", "shelter_type": "gazebo"}, "name": "Gazebo"}, - "amenity/shelter/lean_to": {"icon": "temaki-sleep_shelter", "fields": ["name", "operator", "building_area"], "geometry": ["point", "area"], "tags": {"amenity": "shelter", "shelter_type": "lean_to"}, "name": "Lean-To"}, + "amenity/shelter/lean_to": {"icon": "temaki-sleep_shelter", "fields": ["name", "operator", "building_area"], "geometry": ["point", "area"], "tags": {"amenity": "shelter", "shelter_type": "lean_to"}, "terms": ["alpine hut", "cabin", "leanto", "lodging", "overnight accommodations", "sleeping shelter", "wilderness hut"], "name": "Lean-To"}, "amenity/shelter/picnic_shelter": {"icon": "temaki-picnic_shelter", "fields": ["name", "shelter_type", "building_area", "lit", "bin"], "geometry": ["point", "area"], "tags": {"amenity": "shelter", "shelter_type": "picnic_shelter"}, "reference": {"key": "shelter_type", "value": "picnic_shelter"}, "terms": ["pavilion"], "name": "Picnic Shelter"}, "amenity/shelter/public_transport": {"icon": "temaki-transit_shelter", "fields": ["name", "shelter_type", "building_area", "bench", "lit"], "geometry": ["point", "area"], "terms": ["bus stop", "metro stop", "public transit shelter", "public transport shelter", "tram stop shelter", "waiting"], "tags": {"amenity": "shelter", "shelter_type": "public_transport"}, "reference": {"key": "shelter_type", "value": "public_transport"}, "name": "Transit Shelter"}, "amenity/shower": {"icon": "temaki-shower", "fields": ["opening_hours", "access_simple", "fee", "payment_multi_fee", "charge_fee", "supervised", "building_area", "wheelchair"], "moreFields": ["address", "gender", "level", "operator"], "geometry": ["point", "vertex", "area"], "terms": ["rain closet"], "tags": {"amenity": "shower"}, "name": "Shower"}, @@ -1171,8 +1171,8 @@ "shop/window_blind": {"icon": "temaki-window", "geometry": ["point", "area"], "tags": {"shop": "window_blind"}, "name": "Window Blind Store"}, "shop/wine": {"icon": "maki-alcohol-shop", "moreFields": ["{shop}", "min_age"], "geometry": ["point", "area"], "tags": {"shop": "wine"}, "name": "Wine Shop"}, "telecom/data_center": {"icon": "fas-server", "fields": ["name", "ref", "operator", "building_area"], "moreFields": ["address", "gnis/feature_id", "phone", "website"], "geometry": ["point", "area"], "tags": {"telecom": "data_center"}, "terms": ["computer systems storage", "information technology", "server farm", "the cloud", "telecommunications"], "name": "Data Center"}, - "tourism/alpine_hut": {"icon": "temaki-cabin", "fields": ["name", "operator", "address", "building_area", "internet_access", "internet_access/fee", "fee", "payment_multi_fee", "charge_fee"], "moreFields": ["email", "fax", "gnis/feature_id", "internet_access/ssid", "phone", "reservation", "website", "wheelchair"], "geometry": ["point", "area"], "terms": ["climbing hut"], "tags": {"tourism": "alpine_hut"}, "name": "Alpine Hut"}, - "tourism/apartment": {"icon": "maki-lodging", "fields": ["name", "operator", "address", "building_area", "rooms", "internet_access", "internet_access/fee"], "moreFields": ["building/levels_building", "email", "fax", "height_building", "internet_access/ssid", "level", "payment_multi", "phone", "reservation", "smoking", "website", "wheelchair"], "geometry": ["point", "area"], "tags": {"tourism": "apartment"}, "name": "Guest Apartment / Condo"}, + "tourism/alpine_hut": {"icon": "temaki-cabin", "fields": ["name", "operator", "address", "building_area", "internet_access", "internet_access/fee", "fee", "payment_multi_fee", "charge_fee"], "moreFields": ["email", "fax", "gnis/feature_id", "internet_access/ssid", "phone", "reservation", "website", "wheelchair"], "geometry": ["point", "area"], "terms": ["cabin", "climbing hut", "lodge", "lodging", "overnight accommodations", "wilderness hut"], "tags": {"tourism": "alpine_hut"}, "name": "Alpine Hut"}, + "tourism/apartment": {"icon": "maki-lodging", "fields": ["name", "operator", "address", "building_area", "rooms", "internet_access", "internet_access/fee"], "moreFields": ["building/levels_building", "email", "fax", "height_building", "internet_access/ssid", "level", "payment_multi", "phone", "reservation", "smoking", "website", "wheelchair"], "geometry": ["point", "area"], "tags": {"tourism": "apartment"}, "terms": ["bnb", "holiday rental", "lodging", "overnight accommodations", "vacation rental"], "name": "Guest Apartment / Condo"}, "tourism/aquarium": {"icon": "maki-aquarium", "fields": ["name", "operator", "address", "building_area", "opening_hours"], "moreFields": ["charge_fee", "email", "fax", "fee", "gnis/feature_id", "internet_access", "internet_access/fee", "internet_access/ssid", "payment_multi_fee", "phone", "ref/vatin", "smoking", "website", "wheelchair"], "geometry": ["point", "area"], "terms": ["fish", "sea", "water"], "tags": {"tourism": "aquarium"}, "name": "Aquarium"}, "tourism/artwork": {"icon": "maki-art-gallery", "fields": ["name", "artwork_type", "artist"], "moreFields": ["level", "material", "website"], "geometry": ["point", "vertex", "line", "area"], "tags": {"tourism": "artwork"}, "terms": ["mural", "sculpture", "statue"], "name": "Artwork"}, "tourism/artwork/bust": {"icon": "fas-user-alt", "fields": ["name", "artist", "material"], "geometry": ["point", "vertex"], "tags": {"tourism": "artwork", "artwork_type": "bust"}, "reference": {"key": "artwork_type"}, "terms": ["figure"], "name": "Bust"}, @@ -1185,11 +1185,11 @@ "tourism/camp_pitch": {"icon": "maki-campsite", "fields": ["name", "ref"], "geometry": ["point", "area"], "terms": ["tent", "rv"], "tags": {"tourism": "camp_pitch"}, "name": "Camp Pitch"}, "tourism/camp_site": {"icon": "maki-campsite", "fields": ["name", "operator", "address", "access_simple", "capacity", "fee", "payment_multi_fee", "charge_fee", "internet_access", "internet_access/fee"], "moreFields": ["email", "fax", "gnis/feature_id", "internet_access/ssid", "phone", "power_supply", "ref/vatin", "reservation", "sanitary_dump_station", "website", "wheelchair"], "geometry": ["point", "vertex", "area"], "terms": ["tent", "rv"], "tags": {"tourism": "camp_site"}, "name": "Campground"}, "tourism/caravan_site": {"icon": "temaki-rv_park", "fields": ["name", "address", "capacity", "sanitary_dump_station", "power_supply", "internet_access", "internet_access/fee"], "moreFields": ["charge_fee", "email", "fax", "fee", "gnis/feature_id", "internet_access/ssid", "operator", "payment_multi_fee", "phone", "reservation", "smoking", "website", "wheelchair"], "geometry": ["point", "vertex", "area"], "terms": ["Motor Home", "Camper"], "tags": {"tourism": "caravan_site"}, "name": "RV Park"}, - "tourism/chalet": {"icon": "temaki-cabin", "fields": ["name", "operator", "address", "building_area", "internet_access", "internet_access/fee"], "moreFields": ["air_conditioning", "building/levels_building", "email", "fax", "gnis/feature_id", "height_building", "internet_access/ssid", "payment_multi", "phone", "reservation", "smoking", "website", "wheelchair"], "geometry": ["point", "area"], "terms": ["holiday", "holiday cottage", "holiday home", "vacation", "vacation home"], "tags": {"tourism": "chalet"}, "name": "Holiday Cottage"}, + "tourism/chalet": {"icon": "temaki-cabin", "fields": ["name", "operator", "address", "building_area", "internet_access", "internet_access/fee"], "moreFields": ["air_conditioning", "building/levels_building", "email", "fax", "gnis/feature_id", "height_building", "internet_access/ssid", "payment_multi", "phone", "reservation", "smoking", "website", "wheelchair"], "geometry": ["point", "area"], "terms": ["chalet", "holiday cabin", "holiday cottage", "holiday home", "lodge", "lodging", "overnight accommodations", "vacation cabin", "vacation home"], "tags": {"tourism": "chalet"}, "name": "Holiday Cottage"}, "tourism/gallery": {"icon": "maki-art-gallery", "fields": ["name", "operator", "address", "building_area", "opening_hours"], "moreFields": ["email", "fax", "gnis/feature_id", "internet_access", "internet_access/fee", "internet_access/ssid", "payment_multi", "phone", "ref/vatin", "website", "wheelchair"], "geometry": ["point", "area"], "terms": ["art*", "exhibit*", "paint*", "photo*", "sculpt*"], "tags": {"tourism": "gallery"}, "name": "Art Gallery"}, - "tourism/guest_house": {"icon": "maki-lodging", "fields": ["name", "operator", "guest_house", "address", "building_area", "rooms", "internet_access", "internet_access/fee"], "moreFields": ["air_conditioning", "building/levels_building", "email", "fax", "gnis/feature_id", "height_building", "internet_access/ssid", "payment_multi", "phone", "ref/vatin", "reservation", "smoking", "website", "wheelchair"], "geometry": ["point", "area"], "tags": {"tourism": "guest_house"}, "terms": ["B&B", "Bed and Breakfast"], "name": "Guest House"}, - "tourism/hostel": {"icon": "temaki-bunk_beds", "fields": ["{tourism/guest_house}"], "moreFields": ["{tourism/guest_house}"], "geometry": ["point", "area"], "tags": {"tourism": "hostel"}, "name": "Hostel"}, - "tourism/hotel": {"icon": "fas-concierge-bell", "fields": ["{tourism/motel}"], "moreFields": ["{tourism/motel}", "bar", "stars"], "geometry": ["point", "area"], "tags": {"tourism": "hotel"}, "name": "Hotel"}, + "tourism/guest_house": {"icon": "maki-lodging", "fields": ["name", "operator", "guest_house", "address", "building_area", "rooms", "internet_access", "internet_access/fee"], "moreFields": ["air_conditioning", "building/levels_building", "email", "fax", "gnis/feature_id", "height_building", "internet_access/ssid", "payment_multi", "phone", "ref/vatin", "reservation", "smoking", "website", "wheelchair"], "geometry": ["point", "area"], "tags": {"tourism": "guest_house"}, "terms": ["b & b", "b and b", "B&B", "Bed and Breakfast", "bnb", "lodging", "overnight accommodations"], "name": "Guest House"}, + "tourism/hostel": {"icon": "temaki-bunk_beds", "fields": ["{tourism/guest_house}"], "moreFields": ["{tourism/guest_house}"], "geometry": ["point", "area"], "tags": {"tourism": "hostel"}, "terms": ["bunk beds", "dormitories", "dorms", "lodging", "overnight accommodations"], "name": "Hostel"}, + "tourism/hotel": {"icon": "fas-concierge-bell", "fields": ["{tourism/motel}"], "moreFields": ["{tourism/motel}", "bar", "stars"], "geometry": ["point", "area"], "tags": {"tourism": "hotel"}, "terms": ["concierge", "lodge", "lodging", "overnight accommodations"], "name": "Hotel"}, "tourism/information": {"icon": "maki-information", "fields": ["information", "operator", "address", "building_area"], "moreFields": ["level"], "geometry": ["point", "vertex", "area"], "tags": {"tourism": "information"}, "name": "Information"}, "tourism/information/board": {"icon": "maki-information", "fields": ["name", "operator", "board_type", "direction"], "geometry": ["point", "vertex"], "tags": {"tourism": "information", "information": "board"}, "reference": {"key": "information", "value": "board"}, "name": "Information Board"}, "tourism/information/guidepost": {"icon": "fas-map-signs", "fields": ["name", "elevation", "operator", "ref"], "moreFields": ["material"], "geometry": ["point", "vertex"], "terms": ["signpost"], "tags": {"tourism": "information", "information": "guidepost"}, "reference": {"key": "information", "value": "guidepost"}, "name": "Guidepost"}, @@ -1197,13 +1197,13 @@ "tourism/information/office": {"icon": "maki-information", "fields": ["name", "operator", "address", "building_area", "internet_access", "internet_access/fee"], "moreFields": ["building/levels_building", "email", "fax", "gnis/feature_id", "height_building", "internet_access/ssid", "phone", "website", "wheelchair"], "geometry": ["point", "vertex", "area"], "tags": {"tourism": "information", "information": "office"}, "reference": {"key": "information", "value": "office"}, "name": "Tourist Information Office"}, "tourism/information/route_marker": {"icon": "maki-information", "fields": ["ref", "operator", "colour", "material", "elevation"], "geometry": ["point", "vertex"], "terms": ["cairn", "painted blaze", "route flag", "route marker", "stone pile", "trail blaze", "trail post", "way marker"], "tags": {"tourism": "information", "information": "route_marker"}, "reference": {"key": "information", "value": "route_marker"}, "name": "Trail Marker"}, "tourism/information/terminal": {"icon": "maki-information", "fields": ["operator"], "geometry": ["point", "vertex"], "tags": {"tourism": "information", "information": "terminal"}, "reference": {"key": "information", "value": "terminal"}, "name": "Information Terminal"}, - "tourism/motel": {"icon": "maki-lodging", "fields": ["name", "brand", "address", "building_area", "rooms", "internet_access", "internet_access/fee"], "moreFields": ["air_conditioning", "brand", "building/levels_building", "email", "fax", "gnis/feature_id", "height_building", "internet_access/ssid", "operator", "payment_multi", "phone", "ref/vatin", "reservation", "smoking", "website", "wheelchair"], "geometry": ["point", "area"], "tags": {"tourism": "motel"}, "name": "Motel"}, + "tourism/motel": {"icon": "maki-lodging", "fields": ["name", "brand", "address", "building_area", "rooms", "internet_access", "internet_access/fee"], "moreFields": ["air_conditioning", "brand", "building/levels_building", "email", "fax", "gnis/feature_id", "height_building", "internet_access/ssid", "operator", "payment_multi", "phone", "ref/vatin", "reservation", "smoking", "website", "wheelchair"], "geometry": ["point", "area"], "tags": {"tourism": "motel"}, "terms": ["lodging", "motor hotel", "overnight accommodations"], "name": "Motel"}, "tourism/museum": {"icon": "temaki-museum", "fields": ["name", "operator", "operator/type", "address", "building_area", "opening_hours"], "moreFields": ["air_conditioning", "building/levels_building", "charge_fee", "email", "fax", "fee", "gnis/feature_id", "height_building", "internet_access", "internet_access/fee", "internet_access/ssid", "level", "payment_multi", "phone", "website", "wheelchair"], "geometry": ["point", "area"], "terms": ["art*", "exhibit*", "gallery", "foundation", "hall", "institution", "paint*", "photo*", "sculpt*"], "tags": {"tourism": "museum"}, "name": "Museum"}, "tourism/picnic_site": {"icon": "maki-picnic-site", "fields": ["name", "operator", "address", "access_simple", "capacity"], "moreFields": ["charge_fee", "fee", "gnis/feature_id", "internet_access", "internet_access/fee", "internet_access/ssid", "level", "payment_multi_fee", "phone", "reservation", "smoking", "website", "wheelchair"], "geometry": ["point", "vertex", "area"], "terms": ["camp"], "tags": {"tourism": "picnic_site"}, "name": "Picnic Site"}, "tourism/theme_park": {"icon": "maki-amusement-park", "fields": ["name", "operator", "address", "opening_hours"], "moreFields": ["email", "fax", "gnis/feature_id", "internet_access", "internet_access/fee", "internet_access/ssid", "payment_multi", "phone", "website", "wheelchair"], "geometry": ["point", "area"], "tags": {"tourism": "theme_park"}, "name": "Theme Park"}, "tourism/trail_riding_station": {"icon": "maki-horse-riding", "fields": ["name", "horse_stables", "horse_riding", "horse_dressage"], "moreFields": ["address", "email", "fax", "gnis/feature_id", "internet_access", "internet_access/fee", "internet_access/ssid", "opening_hours", "phone", "website"], "geometry": ["point", "area"], "tags": {"tourism": "trail_riding_station"}, "name": "Trail Riding Station", "matchScore": 2}, "tourism/viewpoint": {"icon": "temaki-binoculars", "geometry": ["point", "vertex"], "fields": ["direction"], "moreFields": ["level"], "tags": {"tourism": "viewpoint"}, "name": "Viewpoint"}, - "tourism/wilderness_hut": {"icon": "temaki-cabin", "fields": ["name", "operator", "address", "building_area", "fee", "payment_multi_fee", "charge_fee", "fireplace"], "moreFields": ["gnis/feature_id", "internet_access", "internet_access/fee", "internet_access/ssid", "reservation", "wheelchair"], "geometry": ["point", "area"], "terms": ["wilderness hut", "backcountry hut", "bothy"], "tags": {"tourism": "wilderness_hut"}, "name": "Wilderness Hut"}, + "tourism/wilderness_hut": {"icon": "temaki-cabin", "fields": ["name", "operator", "address", "building_area", "fee", "payment_multi_fee", "charge_fee", "fireplace"], "moreFields": ["gnis/feature_id", "internet_access", "internet_access/fee", "internet_access/ssid", "reservation", "wheelchair"], "geometry": ["point", "area"], "terms": ["alpine hut", "cabin", "backcountry hut", "bothy", "lodge", "lodging", "overnight accommodations", "sleeping shelter", "wilderness hut"], "tags": {"tourism": "wilderness_hut"}, "name": "Wilderness Hut"}, "tourism/zoo": {"icon": "temaki-zoo", "fields": ["name", "operator", "address", "opening_hours", "fee", "charge_fee"], "moreFields": ["email", "fax", "gnis/feature_id", "internet_access", "internet_access/fee", "internet_access/ssid", "payment_multi", "phone", "ref/vatin", "website", "wheelchair"], "geometry": ["point", "area"], "terms": ["animal"], "tags": {"tourism": "zoo"}, "name": "Zoo"}, "tourism/zoo/petting": {"icon": "fas-horse", "geometry": ["point", "area"], "tags": {"tourism": "zoo", "zoo": "petting_zoo"}, "reference": {"key": "zoo", "value": "petting_zoo"}, "terms": ["Children's Zoo", "Children's Farm", "Petting Farm", "farm animals"], "name": "Petting Zoo"}, "tourism/zoo/safari": {"icon": "temaki-zoo", "geometry": ["point", "area"], "tags": {"tourism": "zoo", "zoo": "safari_park"}, "reference": {"key": "zoo", "value": "safari_park"}, "terms": ["Drive-Through Zoo", "Drive-In Zoo"], "name": "Safari Park"}, diff --git a/data/presets/presets/amenity/shelter/lean_to.json b/data/presets/presets/amenity/shelter/lean_to.json index 9a0563010..8ee4c5a48 100644 --- a/data/presets/presets/amenity/shelter/lean_to.json +++ b/data/presets/presets/amenity/shelter/lean_to.json @@ -13,5 +13,14 @@ "amenity": "shelter", "shelter_type": "lean_to" }, + "terms": [ + "alpine hut", + "cabin", + "leanto", + "lodging", + "overnight accommodations", + "sleeping shelter", + "wilderness hut" + ], "name": "Lean-To" } diff --git a/data/presets/presets/tourism/alpine_hut.json b/data/presets/presets/tourism/alpine_hut.json index 998e530ef..6042c1d6a 100644 --- a/data/presets/presets/tourism/alpine_hut.json +++ b/data/presets/presets/tourism/alpine_hut.json @@ -26,7 +26,12 @@ "area" ], "terms": [ - "climbing hut" + "cabin", + "climbing hut", + "lodge", + "lodging", + "overnight accommodations", + "wilderness hut" ], "tags": { "tourism": "alpine_hut" diff --git a/data/presets/presets/tourism/apartment.json b/data/presets/presets/tourism/apartment.json index da35f53b0..f1bbb8236 100644 --- a/data/presets/presets/tourism/apartment.json +++ b/data/presets/presets/tourism/apartment.json @@ -30,5 +30,12 @@ "tags": { "tourism": "apartment" }, + "terms": [ + "bnb", + "holiday rental", + "lodging", + "overnight accommodations", + "vacation rental" + ], "name": "Guest Apartment / Condo" } diff --git a/data/presets/presets/tourism/chalet.json b/data/presets/presets/tourism/chalet.json index 237f28af8..4c3342483 100644 --- a/data/presets/presets/tourism/chalet.json +++ b/data/presets/presets/tourism/chalet.json @@ -28,10 +28,14 @@ "area" ], "terms": [ - "holiday", + "chalet", + "holiday cabin", "holiday cottage", "holiday home", - "vacation", + "lodge", + "lodging", + "overnight accommodations", + "vacation cabin", "vacation home" ], "tags": { diff --git a/data/presets/presets/tourism/guest_house.json b/data/presets/presets/tourism/guest_house.json index d317f1a38..88fe69f48 100644 --- a/data/presets/presets/tourism/guest_house.json +++ b/data/presets/presets/tourism/guest_house.json @@ -34,8 +34,13 @@ "tourism": "guest_house" }, "terms": [ + "b & b", + "b and b", "B&B", - "Bed and Breakfast" + "Bed and Breakfast", + "bnb", + "lodging", + "overnight accommodations" ], "name": "Guest House" } diff --git a/data/presets/presets/tourism/hostel.json b/data/presets/presets/tourism/hostel.json index feec3869a..eb2508655 100644 --- a/data/presets/presets/tourism/hostel.json +++ b/data/presets/presets/tourism/hostel.json @@ -13,5 +13,12 @@ "tags": { "tourism": "hostel" }, + "terms": [ + "bunk beds", + "dormitories", + "dorms", + "lodging", + "overnight accommodations" + ], "name": "Hostel" } diff --git a/data/presets/presets/tourism/hotel.json b/data/presets/presets/tourism/hotel.json index c6387f994..86fecdc99 100644 --- a/data/presets/presets/tourism/hotel.json +++ b/data/presets/presets/tourism/hotel.json @@ -15,5 +15,11 @@ "tags": { "tourism": "hotel" }, + "terms": [ + "concierge", + "lodge", + "lodging", + "overnight accommodations" + ], "name": "Hotel" } diff --git a/data/presets/presets/tourism/motel.json b/data/presets/presets/tourism/motel.json index f5fd0c3cb..82c2058fe 100644 --- a/data/presets/presets/tourism/motel.json +++ b/data/presets/presets/tourism/motel.json @@ -34,5 +34,10 @@ "tags": { "tourism": "motel" }, + "terms": [ + "lodging", + "motor hotel", + "overnight accommodations" + ], "name": "Motel" } diff --git a/data/presets/presets/tourism/wilderness_hut.json b/data/presets/presets/tourism/wilderness_hut.json index f197c69e5..58552b7d6 100644 --- a/data/presets/presets/tourism/wilderness_hut.json +++ b/data/presets/presets/tourism/wilderness_hut.json @@ -23,9 +23,15 @@ "area" ], "terms": [ - "wilderness hut", + "alpine hut", + "cabin", "backcountry hut", - "bothy" + "bothy", + "lodge", + "lodging", + "overnight accommodations", + "sleeping shelter", + "wilderness hut" ], "tags": { "tourism": "wilderness_hut" diff --git a/dist/locales/en.json b/dist/locales/en.json index b1988bfe5..5510573d7 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -5627,7 +5627,7 @@ }, "amenity/shelter/lean_to": { "name": "Lean-To", - "terms": "" + "terms": "alpine hut,cabin,leanto,lodging,overnight accommodations,sleeping shelter,wilderness hut" }, "amenity/shelter/picnic_shelter": { "name": "Picnic Shelter", @@ -9415,11 +9415,11 @@ }, "tourism/alpine_hut": { "name": "Alpine Hut", - "terms": "climbing hut" + "terms": "cabin,climbing hut,lodge,lodging,overnight accommodations,wilderness hut" }, "tourism/apartment": { "name": "Guest Apartment / Condo", - "terms": "" + "terms": "bnb,holiday rental,lodging,overnight accommodations,vacation rental" }, "tourism/aquarium": { "name": "Aquarium", @@ -9471,7 +9471,7 @@ }, "tourism/chalet": { "name": "Holiday Cottage", - "terms": "holiday,holiday cottage,holiday home,vacation,vacation home" + "terms": "chalet,holiday cabin,holiday cottage,holiday home,lodge,lodging,overnight accommodations,vacation cabin,vacation home" }, "tourism/gallery": { "name": "Art Gallery", @@ -9479,15 +9479,15 @@ }, "tourism/guest_house": { "name": "Guest House", - "terms": "B&B,Bed and Breakfast" + "terms": "b & b,b and b,B&B,Bed and Breakfast,bnb,lodging,overnight accommodations" }, "tourism/hostel": { "name": "Hostel", - "terms": "" + "terms": "bunk beds,dormitories,dorms,lodging,overnight accommodations" }, "tourism/hotel": { "name": "Hotel", - "terms": "" + "terms": "concierge,lodge,lodging,overnight accommodations" }, "tourism/information": { "name": "Information", @@ -9519,7 +9519,7 @@ }, "tourism/motel": { "name": "Motel", - "terms": "" + "terms": "lodging,motor hotel,overnight accommodations" }, "tourism/museum": { "name": "Museum", @@ -9543,7 +9543,7 @@ }, "tourism/wilderness_hut": { "name": "Wilderness Hut", - "terms": "wilderness hut,backcountry hut,bothy" + "terms": "alpine hut,cabin,backcountry hut,bothy,lodge,lodging,overnight accommodations,sleeping shelter,wilderness hut" }, "tourism/zoo": { "name": "Zoo",