From c91ebf6c911f09382f86957589afa5b8b0285601 Mon Sep 17 00:00:00 2001 From: Harry Bond Date: Tue, 24 Jun 2025 21:06:03 +0100 Subject: [PATCH] Add preset for `memorial=blue_plaque` (#1601) --- .../historic/memorial/blue_plaque-GB-IE.json | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 data/presets/historic/memorial/blue_plaque-GB-IE.json diff --git a/data/presets/historic/memorial/blue_plaque-GB-IE.json b/data/presets/historic/memorial/blue_plaque-GB-IE.json new file mode 100644 index 00000000..6882b56f --- /dev/null +++ b/data/presets/historic/memorial/blue_plaque-GB-IE.json @@ -0,0 +1,30 @@ +{ + "icon": "temaki-plaque", + "fields": [ + "name", + "inscription", + "subject/wikidata" + ], + "moreFields": [ + "direction", + "image", + "wikimedia_commons" + ], + "geometry": [ + "point", + "vertex" + ], + "tags": { + "memorial": "blue_plaque" + }, + "addTags": { + "historic": "memorial" + }, + "name": "Blue Plaque", + "locationSet": { + "include": [ + "gb", + "ie" + ] + } +}