mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
@@ -1350,6 +1350,9 @@ en:
|
||||
tourism:
|
||||
# tourism=*
|
||||
label: Type
|
||||
tourism_attraction:
|
||||
# tourism=*
|
||||
label: Tourism
|
||||
tower/construction:
|
||||
# 'tower:construction=*'
|
||||
label: Construction
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
Vendored
+3
@@ -2206,6 +2206,9 @@
|
||||
"tomb": {
|
||||
"label": "Type"
|
||||
},
|
||||
"tourism_attraction": {
|
||||
"label": "Tourism"
|
||||
},
|
||||
"tourism": {
|
||||
"label": "Type"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user