From d284e0f589b8a4d0d17c4e93139e6ee255353f82 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Wed, 16 Jan 2019 14:36:00 -0500 Subject: [PATCH] Removed universal Tourism field (re: #5719) --- data/presets.yaml | 3 --- data/presets/fields.json | 1 - data/presets/fields/tourism_attraction.json | 7 ------- data/taginfo.json | 2 +- dist/locales/en.json | 3 --- 5 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 data/presets/fields/tourism_attraction.json diff --git a/data/presets.yaml b/data/presets.yaml index cf52e256f..cd8093d2b 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -1856,9 +1856,6 @@ en: tourism: # tourism=* label: Type - tourism_attraction: - # tourism=* - label: Tourism tower/construction: # 'tower:construction=*' label: Construction diff --git a/data/presets/fields.json b/data/presets/fields.json index d30c16f60..d012f8359 100644 --- a/data/presets/fields.json +++ b/data/presets/fields.json @@ -320,7 +320,6 @@ "toilets/disposal": {"key": "toilets:disposal", "type": "combo", "label": "Disposal", "strings": {"options": {"flush": "Flush", "pitlatrine": "Pit/Latrine", "chemical": "Chemical", "bucket": "Bucket"}}}, "toll": {"key": "toll", "type": "check", "label": "Toll"}, "tomb": {"key": "tomb", "type": "typeCombo", "label": "Type"}, - "tourism_attraction": {"key": "tourism", "default": "attraction", "type": "typeCombo", "universal": true, "label": "Tourism"}, "tourism": {"key": "tourism", "type": "typeCombo", "label": "Type"}, "tower/construction": {"key": "tower:construction", "type": "combo", "label": "Construction", "placeholder": "Guyed, Lattice, Concealed, ..."}, "tower/type": {"key": "tower:type", "type": "combo", "label": "Type"}, diff --git a/data/presets/fields/tourism_attraction.json b/data/presets/fields/tourism_attraction.json deleted file mode 100644 index 2fa8f8f9d..000000000 --- a/data/presets/fields/tourism_attraction.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "key": "tourism", - "default": "attraction", - "type": "typeCombo", - "universal": true, - "label": "Tourism" -} diff --git a/data/taginfo.json b/data/taginfo.json index e509211dd..f4627b0ab 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -6388,7 +6388,7 @@ }, { "key": "tourism", - "description": "🄿 Tourism, 🄵 Tourism, 🄵 Type", + "description": "🄿 Tourism, 🄵 Type", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/attraction-15.svg?sanitize=true" }, diff --git a/dist/locales/en.json b/dist/locales/en.json index 88e75f4d9..3cbdf4414 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -3374,9 +3374,6 @@ "tomb": { "label": "Type" }, - "tourism_attraction": { - "label": "Tourism" - }, "tourism": { "label": "Type" },