From 813afc073e1af736ba5d22b95b433636af68c786 Mon Sep 17 00:00:00 2001 From: animesh-007 Date: Sat, 1 Feb 2020 01:11:57 +0530 Subject: [PATCH] added new feature --- data/presets.yaml | 2 +- data/presets/presets.json | 2 +- data/presets/presets/historic/pillory.json | 2 +- dist/locales/en.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/presets.yaml b/data/presets.yaml index aa6ef9e55..de8b12ee6 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -5222,7 +5222,7 @@ en: historic/pillory: # historic=pillory name: Historic Pillory - # 'terms: military' + # 'terms: attraction' terms: '' historic/ruins: # historic=ruins diff --git a/data/presets/presets.json b/data/presets/presets.json index 668a99ee6..c2f7f5bbb 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -573,7 +573,7 @@ "historic/memorial": {"icon": "maki-monument", "fields": ["name", "memorial", "inscription", "material"], "moreFields": ["{historic}", "website"], "geometry": ["point", "vertex", "area"], "terms": ["dedicatory", "epitaph", "remember", "remembrance", "memory", "monument", "stolperstein"], "tags": {"historic": "memorial"}, "name": "Memorial"}, "historic/memorial/plaque": {"icon": "temaki-plaque", "fields": ["{historic/memorial}", "direction"], "geometry": ["point", "vertex"], "terms": ["dedicatory", "epitaph", "historical marker", "remember", "remembrance", "memory"], "tags": {"historic": "memorial", "memorial": "plaque"}, "reference": {"key": "memorial", "value": "plaque"}, "name": "Commemorative Plaque"}, "historic/monument": {"icon": "maki-monument", "fields": ["name", "inscription", "access_simple"], "moreFields": ["{historic}", "material"], "geometry": ["point", "vertex", "area"], "tags": {"historic": "monument"}, "name": "Monument"}, - "historic/pillory": {"icon": "maki-monument", "fields": ["name", "building_area", "access_simple", "start_date"], "geometry": ["point", "area"], "tags": {"historic": "pillory"}, "terms": ["military"], "name": "Historic Pillory"}, + "historic/pillory": {"icon": "maki-monument", "fields": ["name", "building_area", "access_simple", "start_date"], "geometry": ["point", "area"], "tags": {"historic": "pillory"}, "terms": ["attraction"], "name": "Historic Pillory"}, "historic/ruins": {"icon": "temaki-ruins", "fields": ["name", "historic/civilization", "inscription", "access_simple"], "geometry": ["point", "vertex", "area"], "tags": {"historic": "ruins"}, "name": "Ruins"}, "historic/tomb": {"icon": "maki-cemetery", "fields": ["name", "tomb", "building_area", "inscription", "access_simple"], "geometry": ["point", "area"], "tags": {"historic": "tomb"}, "name": "Tomb"}, "historic/wayside_cross": {"icon": "maki-religious-christian", "fields": ["name", "inscription"], "moreFields": ["{historic}", "material"], "geometry": ["point", "vertex", "area"], "tags": {"historic": "wayside_cross"}, "name": "Wayside Cross"}, diff --git a/data/presets/presets/historic/pillory.json b/data/presets/presets/historic/pillory.json index 186ef5fc0..3e1c88e5d 100644 --- a/data/presets/presets/historic/pillory.json +++ b/data/presets/presets/historic/pillory.json @@ -14,7 +14,7 @@ "historic": "pillory" }, "terms": [ - "military" + "attraction" ], "name": "Historic Pillory" } diff --git a/dist/locales/en.json b/dist/locales/en.json index 7b48beb5c..3edaf3fa2 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -7049,7 +7049,7 @@ }, "historic/pillory": { "name": "Historic Pillory", - "terms": "military" + "terms": "attraction" }, "historic/ruins": { "name": "Ruins",