From 8e90f9954fa716e6df3bece0af461e1bd4731462 Mon Sep 17 00:00:00 2001 From: Tobias Date: Sun, 23 Jul 2023 17:23:39 +0200 Subject: [PATCH] Preset/stolperstein: Make preset EU only Following https://github.com/openstreetmap/id-tagging-schema/pull/964#pullrequestreview-1541084558 - rename file to follow convention that locationSets should be part of the filename - add Q46 which represents europe Code via https://location-conflation.com/?locationSet=%7B%20include%3A%20%5B%27q46%27%5D%20%7D%0A --- .../memorial/{stolperstein.json => stolperstein-EU.json} | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) rename data/presets/historic/memorial/{stolperstein.json => stolperstein-EU.json} (77%) diff --git a/data/presets/historic/memorial/stolperstein.json b/data/presets/historic/memorial/stolperstein-EU.json similarity index 77% rename from data/presets/historic/memorial/stolperstein.json rename to data/presets/historic/memorial/stolperstein-EU.json index da959c66..fbdbe58f 100644 --- a/data/presets/historic/memorial/stolperstein.json +++ b/data/presets/historic/memorial/stolperstein-EU.json @@ -21,5 +21,10 @@ "historic": "memorial", "memorial": "stolperstein" }, - "name": "Memorial Plaque Stolperstein" + "name": "Memorial Plaque Stolperstein", + "locationSet": { + "include": [ + "Q46" + ] + } }