From 5f0fbae5e1bee21cfef04145274d98f7ac3f0efc Mon Sep 17 00:00:00 2001 From: AJ Ashton Date: Fri, 23 Aug 2013 13:29:32 -0400 Subject: [PATCH] Add terms for tourism=artwork (mural, sculpture, statue) --- data/presets/presets.json | 5 +++++ data/presets/presets/tourism/artwork.json | 5 +++++ dist/locales/en.json | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/data/presets/presets.json b/data/presets/presets.json index f52f47f93..aa2e43414 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -4527,6 +4527,11 @@ "tags": { "tourism": "artwork" }, + "terms": [ + "mural", + "sculpture", + "statue" + ], "name": "Artwork" }, "tourism/attraction": { diff --git a/data/presets/presets/tourism/artwork.json b/data/presets/presets/tourism/artwork.json index 8a3498235..878b46ee1 100644 --- a/data/presets/presets/tourism/artwork.json +++ b/data/presets/presets/tourism/artwork.json @@ -12,5 +12,10 @@ "tags": { "tourism": "artwork" }, + "terms": [ + "mural", + "sculpture", + "statue" + ], "name": "Artwork" } diff --git a/dist/locales/en.json b/dist/locales/en.json index 095ca578b..248137aae 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -1872,7 +1872,7 @@ }, "tourism/artwork": { "name": "Artwork", - "terms": "" + "terms": "mural,sculpture,statue" }, "tourism/attraction": { "name": "Tourist Attraction",