mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 19:26:41 +02:00
Removed universal Tourism field (re: #5719)
This commit is contained in:
@@ -1856,9 +1856,6 @@ en:
|
||||
tourism:
|
||||
# tourism=*
|
||||
label: Type
|
||||
tourism_attraction:
|
||||
# tourism=*
|
||||
label: Tourism
|
||||
tower/construction:
|
||||
# 'tower:construction=*'
|
||||
label: Construction
|
||||
|
||||
@@ -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
@@ -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"
|
||||
},
|
||||
|
||||
Vendored
-3
@@ -3374,9 +3374,6 @@
|
||||
"tomb": {
|
||||
"label": "Type"
|
||||
},
|
||||
"tourism_attraction": {
|
||||
"label": "Tourism"
|
||||
},
|
||||
"tourism": {
|
||||
"label": "Type"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user