Add tourism=attraction as a universal field

(closes #4323)
This commit is contained in:
Bryan Housel
2017-09-11 15:20:03 -04:00
parent 59f1df902d
commit 19e9d57e49
4 changed files with 20 additions and 0 deletions
+3
View File
@@ -1350,6 +1350,9 @@ en:
tourism:
# tourism=*
label: Type
tourism_attraction:
# tourism=*
label: Tourism
tower/construction:
# 'tower:construction=*'
label: Construction
+7
View File
@@ -1836,6 +1836,13 @@
"type": "typeCombo",
"label": "Type"
},
"tourism_attraction": {
"key": "tourism",
"default": "attraction",
"type": "typeCombo",
"universal": true,
"label": "Tourism"
},
"tourism": {
"key": "tourism",
"type": "typeCombo",
@@ -0,0 +1,7 @@
{
"key": "tourism",
"default": "attraction",
"type": "typeCombo",
"universal": true,
"label": "Tourism"
}
+3
View File
@@ -2206,6 +2206,9 @@
"tomb": {
"label": "Type"
},
"tourism_attraction": {
"label": "Tourism"
},
"tourism": {
"label": "Type"
},