diff --git a/leaflet/src/i18n/de.json b/leaflet/src/i18n/de.json index ffc3e20d..bbf1e9a6 100644 --- a/leaflet/src/i18n/de.json +++ b/leaflet/src/i18n/de.json @@ -73,6 +73,7 @@ "attraction": "Attraktion", "casino": "Kasino", "castle": "Burg", + "cave": "Höhle", "gallery": "Gallerie", "heritage": "Kulturerbe", "historic": "Historisch", diff --git a/leaflet/src/i18n/en.json b/leaflet/src/i18n/en.json index 4c1dad86..066db9a1 100644 --- a/leaflet/src/i18n/en.json +++ b/leaflet/src/i18n/en.json @@ -73,6 +73,7 @@ "attraction": "Attraction", "casino": "Casino", "castle": "Castle", + "cave": "Cave", "gallery": "Gallery", "heritage": "Heritage", "historic": "Historic", diff --git a/leaflet/src/overpass/overpass-presets.ts b/leaflet/src/overpass/overpass-presets.ts index 28e12e6e..66ebe4fe 100644 --- a/leaflet/src/overpass/overpass-presets.ts +++ b/leaflet/src/overpass/overpass-presets.ts @@ -71,6 +71,7 @@ export function getAllOverpassPresets(): OverpassPresetCategory[] { { key: "attraction", query: "(node[tourism=attraction];way[tourism=attraction];rel[tourism=attraction];)", label: i18n.t("overpass-presets.attraction") }, { key: "casino", query: "(node[leisure=casino];way[leisure=casino];rel[leisure=casino];)", label: i18n.t("overpass-presets.casino") }, { key: "castle", query: "(node[historic=castle];way[historic=castle];rel[historic=castle];)", label: i18n.t("overpass-presets.castle") }, + { key: "cave", query: "nwr[natural=cave_entrance]", label: i18n.t("overpass-presets.cave") }, { key: "gallery", query: "(node[tourism=gallery];way[tourism=gallery];rel[tourism=gallery];)", label: i18n.t("overpass-presets.gallery") }, { key: "heritage", query: "(node[heritage];way[heritage];rel[heritage];)", label: i18n.t("overpass-presets.heritage") }, // Check for all historic tags but exclude those that already have their own