diff --git a/data/presets.yaml b/data/presets.yaml index 0b87e42c4..f2c42f20c 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -1350,6 +1350,9 @@ 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 cf7684111..2c7232020 100644 --- a/data/presets/fields.json +++ b/data/presets/fields.json @@ -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", diff --git a/data/presets/fields/tourism_attraction.json b/data/presets/fields/tourism_attraction.json new file mode 100644 index 000000000..2fa8f8f9d --- /dev/null +++ b/data/presets/fields/tourism_attraction.json @@ -0,0 +1,7 @@ +{ + "key": "tourism", + "default": "attraction", + "type": "typeCombo", + "universal": true, + "label": "Tourism" +} diff --git a/dist/locales/en.json b/dist/locales/en.json index 8237da0df..94691023f 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -2206,6 +2206,9 @@ "tomb": { "label": "Type" }, + "tourism_attraction": { + "label": "Tourism" + }, "tourism": { "label": "Type" },