diff --git a/data/presets.yaml b/data/presets.yaml index a43ba4467..d1ac33e2b 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -6872,6 +6872,11 @@ en: name: Tactile Paving # 'terms: blind path,detectable warning surfaces,tactile ground surface indicators,tactile walking surface indicators,truncated domes,visually impaired path' terms: '' + telecom/data_center: + # telecom=data_center + name: Data Center + # 'terms: computer systems storage,information technology,server farm,the cloud,telecommunications' + terms: '' tourism: # tourism=* name: Tourism diff --git a/data/presets/presets.json b/data/presets/presets.json index 988fa130e..9d2e7ff82 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -886,7 +886,7 @@ "seamark/buoy_lateral/green": {"geometry": ["point", "vertex"], "terms": ["lateral buoy", "buoy lateral", "cevni", "channel marker", "iala", "lateral mark"], "tags": {"seamark:type": "buoy_lateral", "seamark:buoy_lateral:colour": "green"}, "name": "Green Buoy"}, "seamark/buoy_lateral/red": {"geometry": ["point", "vertex"], "terms": ["lateral buoy", "buoy lateral", "cevni", "channel marker", "iala", "lateral mark"], "tags": {"seamark:type": "buoy_lateral", "seamark:buoy_lateral:colour": "red"}, "name": "Red Buoy"}, "seamark/mooring": {"fields": ["ref", "operator", "seamark/mooring/category", "seamark/type"], "geometry": ["point"], "terms": ["dolphin", "pile", "bollard", "buoy", "post"], "tags": {"seamark:type": "mooring"}, "name": "Mooring"}, - "shop": {"icon": "maki-shop", "fields": ["name", "shop", "operator", "address", "building_area", "opening_hours", "payment_multi"], "moreFields": ["air_conditioning", "brand", "currency_multi", "website", "phone", "email", "fax", "wheelchair"], "geometry": ["point", "area"], "tags": {"shop": "*"}, "terms": [], "name": "Shop"}, + "shop": {"icon": "maki-shop", "fields": ["name", "shop", "operator", "address", "building_area", "opening_hours", "payment_multi"], "moreFields": ["air_conditioning", "brand", "currency_multi", "email", "fax", "phone", "second_hand", "website", "wheelchair"], "geometry": ["point", "area"], "tags": {"shop": "*"}, "terms": [], "name": "Shop"}, "shop/boutique": {"icon": "maki-shop", "fields": ["name", "clothes", "{shop}"], "geometry": ["point", "area"], "tags": {"shop": "boutique"}, "searchable": false, "name": "Boutique"}, "shop/fashion": {"icon": "maki-shop", "fields": ["name", "clothes", "{shop}"], "geometry": ["point", "area"], "tags": {"shop": "fashion"}, "searchable": false, "name": "Fashion Store"}, "shop/fishmonger": {"icon": "maki-shop", "geometry": ["point", "area"], "tags": {"shop": "fishmonger"}, "reference": {"key": "shop", "value": "seafood"}, "name": "Fishmonger", "searchable": false}, @@ -1029,6 +1029,7 @@ "shop/window_blind": {"icon": "temaki-window", "geometry": ["point", "area"], "tags": {"shop": "window_blind"}, "name": "Window Blind Store"}, "shop/wine": {"icon": "maki-alcohol-shop", "geometry": ["point", "area"], "tags": {"shop": "wine"}, "name": "Wine Shop"}, "tactile_paving": {"icon": "temaki-blind", "fields": ["colour", "description"], "geometry": ["vertex", "point", "line", "area"], "tags": {"tactile_paving": "*"}, "matchScore": 0.25, "terms": ["blind path", "detectable warning surfaces", "tactile ground surface indicators", "tactile walking surface indicators", "truncated domes", "visually impaired path"], "name": "Tactile Paving"}, + "telecom/data_center": {"icon": "fas-server", "fields": ["name", "ref", "operator", "building_area"], "moreFields": ["address", "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": "maki-lodging", "fields": ["name", "operator", "address", "building_area", "internet_access", "fee"], "moreFields": ["payment_multi", "internet_access/fee", "internet_access/ssid", "website", "phone", "email", "fax", "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"], "moreFields": ["smoking", "payment_multi", "internet_access/fee", "internet_access/ssid", "website", "phone", "email", "fax", "wheelchair"], "geometry": ["point", "area"], "tags": {"tourism": "apartment"}, "name": "Guest Apartment / Condo"}, "tourism/aquarium": {"icon": "maki-aquarium", "fields": ["name", "operator", "address", "building_area", "opening_hours"], "moreFields": ["fee", "payment_multi", "smoking", "website", "phone", "email", "fax", "wheelchair"], "geometry": ["point", "area"], "terms": ["fish", "sea", "water"], "tags": {"tourism": "aquarium"}, "name": "Aquarium"}, diff --git a/data/presets/presets/shop.json b/data/presets/presets/shop.json index 8a88a2ba1..4923b2c69 100644 --- a/data/presets/presets/shop.json +++ b/data/presets/presets/shop.json @@ -13,10 +13,11 @@ "air_conditioning", "brand", "currency_multi", - "website", - "phone", "email", "fax", + "phone", + "second_hand", + "website", "wheelchair" ], "geometry": [ diff --git a/data/presets/presets/telecom/data_center.json b/data/presets/presets/telecom/data_center.json new file mode 100644 index 000000000..bd85e2f53 --- /dev/null +++ b/data/presets/presets/telecom/data_center.json @@ -0,0 +1,29 @@ +{ + "icon": "fas-server", + "fields": [ + "name", + "ref", + "operator", + "building_area" + ], + "moreFields": [ + "address", + "phone", + "website" + ], + "geometry": [ + "point", + "area" + ], + "tags": { + "telecom": "data_center" + }, + "terms": [ + "computer systems storage", + "information technology", + "server farm", + "the cloud", + "telecommunications" + ], + "name": "Data Center" +} diff --git a/data/taginfo.json b/data/taginfo.json index a10cdc02c..f9313a140 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -970,6 +970,7 @@ {"key": "shop", "value": "window_blind", "description": "🄿 Window Blind Store", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/window.svg?sanitize=true"}, {"key": "shop", "value": "wine", "description": "🄿 Wine Shop", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/alcohol-shop-15.svg?sanitize=true"}, {"key": "tactile_paving", "description": "🄿 Tactile Paving, 🄵 Tactile Paving", "object_types": ["node", "way", "area"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/blind.svg?sanitize=true"}, + {"key": "telecom", "value": "data_center", "description": "🄿 Data Center", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/svg/fontawesome/fas-server.svg?sanitize=true"}, {"key": "tourism", "value": "alpine_hut", "description": "🄿 Alpine Hut", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/lodging-15.svg?sanitize=true"}, {"key": "tourism", "value": "apartment", "description": "🄿 Guest Apartment / Condo", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/lodging-15.svg?sanitize=true"}, {"key": "tourism", "value": "aquarium", "description": "🄿 Aquarium", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/aquarium-15.svg?sanitize=true"}, diff --git a/dist/locales/en.json b/dist/locales/en.json index 1b75a5606..f5e3c5f9b 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -8162,6 +8162,10 @@ "name": "Tactile Paving", "terms": "blind path,detectable warning surfaces,tactile ground surface indicators,tactile walking surface indicators,truncated domes,visually impaired path" }, + "telecom/data_center": { + "name": "Data Center", + "terms": "computer systems storage,information technology,server farm,the cloud,telecommunications" + }, "tourism/alpine_hut": { "name": "Alpine Hut", "terms": "climbing hut" diff --git a/svg/fontawesome/fas-server.svg b/svg/fontawesome/fas-server.svg new file mode 100644 index 000000000..e6218ec30 --- /dev/null +++ b/svg/fontawesome/fas-server.svg @@ -0,0 +1 @@ + \ No newline at end of file