From cb5b9bf428f64cf8ff04d4af56cd1e57b91e2107 Mon Sep 17 00:00:00 2001 From: JamesKingdom Date: Wed, 25 Oct 2017 16:05:39 +0100 Subject: [PATCH] Add "Climbing hut" term to alpine hut --- data/presets.yaml | 1 + data/presets/presets.json | 3 +++ data/presets/presets/tourism/alpine_hut.json | 3 +++ dist/locales/en.json | 2 +- 4 files changed, 8 insertions(+), 1 deletion(-) diff --git a/data/presets.yaml b/data/presets.yaml index aa1a7d90f..9fef46c64 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -4942,6 +4942,7 @@ en: tourism/alpine_hut: # tourism=alpine_hut name: Alpine Hut + # 'terms: climbing hut' terms: '' tourism/apartment: # tourism=apartment diff --git a/data/presets/presets.json b/data/presets/presets.json index 47e89929c..c83dc7585 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -15536,6 +15536,9 @@ "point", "area" ], + "terms": [ + "climbing hut" + ], "tags": { "tourism": "alpine_hut" }, diff --git a/data/presets/presets/tourism/alpine_hut.json b/data/presets/presets/tourism/alpine_hut.json index 1156bea70..24a20a082 100644 --- a/data/presets/presets/tourism/alpine_hut.json +++ b/data/presets/presets/tourism/alpine_hut.json @@ -13,6 +13,9 @@ "point", "area" ], + "terms": [ + "climbing hut" + ], "tags": { "tourism": "alpine_hut" }, diff --git a/dist/locales/en.json b/dist/locales/en.json index 562a298ab..865cf5d76 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -5436,7 +5436,7 @@ }, "tourism/alpine_hut": { "name": "Alpine Hut", - "terms": "" + "terms": "climbing hut" }, "tourism/apartment": { "name": "Guest Apartment / Condo",