diff --git a/data/presets.yaml b/data/presets.yaml index 1282a7f6a..24c78aedb 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -3142,6 +3142,11 @@ en: name: Events Venue # 'terms: banquet hall,baptism,Bar Mitzvah,Bat Mitzvah,birthdays,celebrations,conferences,confirmation,meetings,parties,party,quinceañera,reunions,weddings' terms: '' + amenity/exhibition_centre: + # amenity=exhibition_centre + name: Exposition Center + # 'terms: exhibition center,fair,exhibition,exposition,trade fair,trade show,trade exhibition,expo,tradeshow' + terms: '' amenity/fast_food: # amenity=fast_food name: Fast Food diff --git a/data/presets/presets.json b/data/presets/presets.json index 6299bb8ec..dea2c9462 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -113,6 +113,7 @@ "amenity/drinking_water": {"icon": "maki-drinking-water", "fields": ["operator", "access_simple", "fee", "payment_multi_fee", "charge_fee", "wheelchair", "bottle"], "moreFields": ["covered", "indoor", "level", "lit"], "geometry": ["point"], "tags": {"amenity": "drinking_water"}, "terms": ["potable water source", "water fountain", "drinking fountain", "bubbler", "water tap"], "name": "Drinking Water"}, "amenity/driving_school": {"icon": "maki-car", "fields": ["name", "operator", "operator/type", "address", "building_area", "opening_hours"], "moreFields": ["email", "fax", "gnis/feature_id", "level", "payment_multi", "phone", "website", "wheelchair"], "geometry": ["point", "area"], "tags": {"amenity": "driving_school"}, "name": "Driving School"}, "amenity/events_venue": {"icon": "fas-users", "fields": ["name", "operator", "building_area", "address", "website", "internet_access", "internet_access/fee", "internet_access/ssid"], "moreFields": ["air_conditioning", "email", "fax", "gnis/feature_id", "level", "min_age", "phone", "smoking", "wheelchair"], "geometry": ["point", "area"], "tags": {"amenity": "events_venue"}, "terms": ["banquet hall", "baptism", "Bar Mitzvah", "Bat Mitzvah", "birthdays", "celebrations", "conferences", "confirmation", "meetings", "parties", "party", "quinceañera", "reunions", "weddings"], "name": "Events Venue"}, + "amenity/exhibition_centre": {"icon": "fas-user-tie", "fields": ["name", "operator", "operator/type", "building_area", "address", "website", "internet_access", "internet_access/fee", "internet_access/ssid"], "moreFields": ["air_conditioning", "email", "fax", "gnis/feature_id", "not/name", "phone", "smoking", "wheelchair"], "geometry": ["point", "area"], "tags": {"amenity": "exhibition_centre"}, "terms": ["exhibition center", "fair", "exhibition", "exposition", "trade fair", "trade show", "trade exhibition", "expo", "tradeshow"], "name": "Exposition Center"}, "amenity/fast_food": {"icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "opening_hours", "drive_through"], "moreFields": ["air_conditioning", "brand", "capacity", "delivery", "diet_multi", "email", "fax", "gnis/feature_id", "internet_access", "internet_access/fee", "internet_access/ssid", "level", "opening_hours", "outdoor_seating", "payment_multi", "phone", "ref/vatin", "smoking", "takeaway", "website", "wheelchair"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food"}, "terms": ["restaurant", "takeaway"], "name": "Fast Food"}, "amenity/fast_food/ice_cream": {"icon": "fas-ice-cream", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "cuisine": "ice_cream"}, "reference": {"key": "cuisine", "value": "ice_cream"}, "name": "Ice Cream Fast Food", "searchable": false}, "amenity/fast_food/burger": {"icon": "maki-fast-food", "geometry": ["point", "area"], "terms": ["breakfast", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table"], "tags": {"amenity": "fast_food", "cuisine": "burger"}, "reference": {"key": "cuisine", "value": "burger"}, "name": "Burger Fast Food"}, diff --git a/data/presets/presets/amenity/conference_centre.json b/data/presets/presets/amenity/conference_centre.json index 44ce576f0..7e0aa19e7 100644 --- a/data/presets/presets/amenity/conference_centre.json +++ b/data/presets/presets/amenity/conference_centre.json @@ -36,4 +36,4 @@ "lecture" ], "name": "Convention Center" -} +} \ No newline at end of file diff --git a/data/presets/presets/amenity/exhibition_centre.json b/data/presets/presets/amenity/exhibition_centre.json new file mode 100644 index 000000000..74e6abbf2 --- /dev/null +++ b/data/presets/presets/amenity/exhibition_centre.json @@ -0,0 +1,43 @@ +{ + "icon": "fas-user-tie", + "fields": [ + "name", + "operator", + "operator/type", + "building_area", + "address", + "website", + "internet_access", + "internet_access/fee", + "internet_access/ssid" + ], + "moreFields": [ + "air_conditioning", + "email", + "fax", + "gnis/feature_id", + "not/name", + "phone", + "smoking", + "wheelchair" + ], + "geometry": [ + "point", + "area" + ], + "tags": { + "amenity": "exhibition_centre" + }, + "terms": [ + "exhibition center", + "fair", + "exhibition", + "exposition", + "trade fair", + "trade show", + "trade exhibition", + "expo", + "tradeshow" + ], + "name": "Exposition Center" +} \ No newline at end of file diff --git a/data/taginfo.json b/data/taginfo.json index 80297763e..d29be310c 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -115,6 +115,7 @@ {"key": "amenity", "value": "drinking_water", "description": "🄿 Drinking Water", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/drinking-water-15.svg"}, {"key": "amenity", "value": "driving_school", "description": "🄿 Driving School", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/car-15.svg"}, {"key": "amenity", "value": "events_venue", "description": "🄿 Events Venue", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-users.svg"}, + {"key": "amenity", "value": "exhibition_centre", "description": "🄿 Exposition Center", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-user-tie.svg"}, {"key": "amenity", "value": "fast_food", "description": "🄿 Fast Food", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/fast-food-15.svg"}, {"key": "cuisine", "value": "ice_cream", "description": "🄿 Ice Cream Fast Food (unsearchable)", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-ice-cream.svg"}, {"key": "cuisine", "value": "burger", "description": "🄿 Burger Fast Food", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/fast-food-15.svg"}, diff --git a/dist/locales/en.json b/dist/locales/en.json index f95a50d56..8fb61ba01 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -5302,6 +5302,10 @@ "name": "Events Venue", "terms": "banquet hall,baptism,Bar Mitzvah,Bat Mitzvah,birthdays,celebrations,conferences,confirmation,meetings,parties,party,quinceañera,reunions,weddings" }, + "amenity/exhibition_centre": { + "name": "Exposition Center", + "terms": "exhibition center,fair,exhibition,exposition,trade fair,trade show,trade exhibition,expo,tradeshow" + }, "amenity/fast_food": { "name": "Fast Food", "terms": "restaurant,takeaway" @@ -10091,6 +10095,20 @@ "description": "Satellite and aerial imagery.", "name": "Mapbox Satellite" }, + "Maxar-Premium": { + "attribution": { + "text": "Terms & Feedback" + }, + "description": "Maxar Premium is a mosaic composed of Maxar basemap with select regions filled with +Vivid or custom area of interest imagery, 50cm resolution or better, and refreshed more frequently with ongoing updates.", + "name": "Maxar Premium Imagery (Beta)" + }, + "Maxar-Standard": { + "attribution": { + "text": "Terms & Feedback" + }, + "description": "Maxar Standard is a curated set of imagery covering 86% of the earth’s landmass, with 30-60cm resolution where available, backfilled by Landsat. Average age is 2.31 years, with some areas updated 2x per year.", + "name": "Maxar Standard Imagery (Beta)" + }, "OSM_Inspector-Addresses": { "attribution": { "text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA" @@ -10278,13 +10296,6 @@ "description": "GSI Kiban 2500 via finds.jp. Good for tracing, but a bit older.", "name": "Japan GSI KIBAN 2500" }, - "gothenburg-citymap": { - "attribution": { - "text": "© Gothenburg municipality, CC0" - }, - "description": "The city map is an overview map that describes Gothenburg. It contains general information about land, communications, hydrography, buildings, address numbers and street names, administrative division and other orientation text.", - "name": "Gothenburg City map" - }, "gsi.go.jp": { "attribution": { "text": "GSI Japan"