From 73e1ba833a23c237fb0785e35c35f055361dbf0f Mon Sep 17 00:00:00 2001 From: JamesKingdom Date: Fri, 25 Aug 2017 20:39:38 +0100 Subject: [PATCH] Add signpost term to guidepost --- data/presets.yaml | 1 + data/presets/presets.json | 3 +++ data/presets/presets/tourism/information/guidepost.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 f710a6199..ca0f5e3ac 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -4591,6 +4591,7 @@ en: tourism/information/guidepost: # 'tourism=information, information=guidepost' name: Guidepost + # 'terms: signpost' terms: '' tourism/information/map: # 'tourism=information, information=map' diff --git a/data/presets/presets.json b/data/presets/presets.json index 487afc9ae..e44aee831 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -14285,6 +14285,9 @@ "point", "vertex" ], + "terms": [ + "signpost" + ], "tags": { "tourism": "information", "information": "guidepost" diff --git a/data/presets/presets/tourism/information/guidepost.json b/data/presets/presets/tourism/information/guidepost.json index 33c37b1b3..2fe4f0ede 100644 --- a/data/presets/presets/tourism/information/guidepost.json +++ b/data/presets/presets/tourism/information/guidepost.json @@ -8,6 +8,9 @@ "point", "vertex" ], + "terms": [ + "signpost" + ], "tags": { "tourism": "information", "information": "guidepost" diff --git a/dist/locales/en.json b/dist/locales/en.json index 617ee65cc..ff3d862c1 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -5131,7 +5131,7 @@ }, "tourism/information/guidepost": { "name": "Guidepost", - "terms": "" + "terms": "signpost" }, "tourism/information/map": { "name": "Map",