From 98011b89692a1ca5c43d79a3c8223dd580f273a9 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Tue, 31 Oct 2017 15:06:28 -0400 Subject: [PATCH] Rename tourism=chalet to "Holiday Cottage" and add search terms (closes #4490) --- data/presets.yaml | 5 +++-- data/presets/presets.json | 9 ++++++++- data/presets/presets/tourism/chalet.json | 9 ++++++++- dist/locales/en.json | 4 ++-- 4 files changed, 21 insertions(+), 6 deletions(-) diff --git a/data/presets.yaml b/data/presets.yaml index 5427f707e..ef85ea324 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -4978,8 +4978,9 @@ en: terms: '' tourism/chalet: # tourism=chalet - name: Chalet - terms: '' + name: Holiday Cottage + # 'terms: holiday,holiday cottage,holiday home,vacation,vacation home' + terms: '' tourism/gallery: # tourism=gallery name: Art Gallery diff --git a/data/presets/presets.json b/data/presets/presets.json index 4498e6aff..58a3ff9c9 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -15710,10 +15710,17 @@ "point", "area" ], + "terms": [ + "holiday", + "holiday cottage", + "holiday home", + "vacation", + "vacation home" + ], "tags": { "tourism": "chalet" }, - "name": "Chalet" + "name": "Holiday Cottage" }, "tourism/gallery": { "icon": "art-gallery", diff --git a/data/presets/presets/tourism/chalet.json b/data/presets/presets/tourism/chalet.json index 41b16490a..22ba2ad2e 100644 --- a/data/presets/presets/tourism/chalet.json +++ b/data/presets/presets/tourism/chalet.json @@ -14,8 +14,15 @@ "point", "area" ], + "terms": [ + "holiday", + "holiday cottage", + "holiday home", + "vacation", + "vacation home" + ], "tags": { "tourism": "chalet" }, - "name": "Chalet" + "name": "Holiday Cottage" } diff --git a/dist/locales/en.json b/dist/locales/en.json index 70b39117b..2d188096b 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -5467,8 +5467,8 @@ "terms": "Motor Home,Camper" }, "tourism/chalet": { - "name": "Chalet", - "terms": "" + "name": "Holiday Cottage", + "terms": "holiday,holiday cottage,holiday home,vacation,vacation home" }, "tourism/gallery": { "name": "Art Gallery",