From b8254ed272c12d7aa9e4470b83c48a0d98ccf4e1 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Thu, 22 Aug 2019 09:57:03 -0500 Subject: [PATCH] Remove standalone `tactile_paving` preset (close #6791) --- data/presets.yaml | 5 ----- data/presets/groups.json | 0 data/presets/presets.json | 1 - data/presets/presets/tactile_paving.json | 26 ------------------------ data/taginfo.json | 1 - dist/locales/en.json | 4 ---- 6 files changed, 37 deletions(-) create mode 100644 data/presets/groups.json delete mode 100644 data/presets/presets/tactile_paving.json diff --git a/data/presets.yaml b/data/presets.yaml index 7954b51ce..beb46f063 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -7641,11 +7641,6 @@ en: # shop=wine name: Wine Shop terms: '' - tactile_paving: - # tactile_paving=yes - 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 diff --git a/data/presets/groups.json b/data/presets/groups.json new file mode 100644 index 000000000..e69de29bb diff --git a/data/presets/presets.json b/data/presets/presets.json index 63ce6c1b6..3a257876c 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -1126,7 +1126,6 @@ "shop/wholesale": {"icon": "maki-warehouse", "fields": ["{shop}", "wholesale"], "geometry": ["point", "area"], "terms": ["warehouse club", "cash and carry"], "tags": {"shop": "wholesale"}, "name": "Wholesale Store"}, "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": "yes"}, "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", "internet_access/fee", "fee", "payment_multi_fee", "charge_fee"], "moreFields": ["email", "fax", "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", "height_building", "email", "fax", "internet_access/ssid", "payment_multi", "phone", "reservation", "smoking", "website", "wheelchair"], "geometry": ["point", "area"], "tags": {"tourism": "apartment"}, "name": "Guest Apartment / Condo"}, diff --git a/data/presets/presets/tactile_paving.json b/data/presets/presets/tactile_paving.json deleted file mode 100644 index 927277607..000000000 --- a/data/presets/presets/tactile_paving.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "icon": "temaki-blind", - "fields": [ - "colour", - "description" - ], - "geometry": [ - "vertex", - "point", - "line", - "area" - ], - "tags": { - "tactile_paving": "yes" - }, - "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" -} diff --git a/data/taginfo.json b/data/taginfo.json index 5ba52f3c3..e5d161c18 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -1063,7 +1063,6 @@ {"key": "shop", "value": "wholesale", "description": "🄿 Wholesale Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/warehouse-15.svg"}, {"key": "shop", "value": "window_blind", "description": "🄿 Window Blind Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/bhousel/temaki/icons/window.svg"}, {"key": "shop", "value": "wine", "description": "🄿 Wine Shop", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/alcohol-shop-15.svg"}, - {"key": "tactile_paving", "value": "yes", "description": "🄿 Tactile Paving", "object_types": ["node", "way", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/bhousel/temaki/icons/blind.svg"}, {"key": "telecom", "value": "data_center", "description": "🄿 Data Center", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD/svg/fontawesome/fas-server.svg"}, {"key": "tourism", "value": "alpine_hut", "description": "🄿 Alpine Hut", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/lodging-15.svg"}, {"key": "tourism", "value": "apartment", "description": "🄿 Guest Apartment / Condo", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/lodging-15.svg"}, diff --git a/dist/locales/en.json b/dist/locales/en.json index 5bfcf2916..c9d3d41b5 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -9320,10 +9320,6 @@ "name": "Wine Shop", "terms": "" }, - "tactile_paving": { - "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"