Removed universal Tourism field (re: #5719)

This commit is contained in:
Quincy Morgan
2019-01-16 14:36:00 -05:00
parent a58dd9cf91
commit d284e0f589
5 changed files with 1 additions and 15 deletions
-3
View File
@@ -1856,9 +1856,6 @@ en:
tourism:
# tourism=*
label: Type
tourism_attraction:
# tourism=*
label: Tourism
tower/construction:
# 'tower:construction=*'
label: Construction
-1
View File
@@ -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"},
@@ -1,7 +0,0 @@
{
"key": "tourism",
"default": "attraction",
"type": "typeCombo",
"universal": true,
"label": "Tourism"
}
+1 -1
View File
@@ -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"
},
-3
View File
@@ -3374,9 +3374,6 @@
"tomb": {
"label": "Type"
},
"tourism_attraction": {
"label": "Tourism"
},
"tourism": {
"label": "Type"
},