From 0d9fc00a1410d2e557e5ed3ec80314688570da92 Mon Sep 17 00:00:00 2001 From: Osmwithspace <> Date: Thu, 6 Feb 2025 10:46:59 +0100 Subject: [PATCH 1/3] remove "=filter": [] --- assets/themes/scouting/scouting.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/themes/scouting/scouting.json b/assets/themes/scouting/scouting.json index 5446b20ab..7aa0f1c85 100644 --- a/assets/themes/scouting/scouting.json +++ b/assets/themes/scouting/scouting.json @@ -34,8 +34,7 @@ } ] } - }, - "=filter": [] + } } }, { From f5b1294e86097789bd419e300ce2359f2d3ff7b3 Mon Sep 17 00:00:00 2001 From: Osmwithspace <> Date: Thu, 6 Feb 2025 10:57:14 +0100 Subject: [PATCH 2/3] remove "filter": null --- assets/themes/scouting/scouting.json | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/themes/scouting/scouting.json b/assets/themes/scouting/scouting.json index 7aa0f1c85..5a4707c11 100644 --- a/assets/themes/scouting/scouting.json +++ b/assets/themes/scouting/scouting.json @@ -41,7 +41,6 @@ "builtin": "campsite", "override": { "minzoom": 16, - "filter": null, "name": null, "isCounted": false } From 6df40b23ebcee1aff94bf7131ba977e9e286a874 Mon Sep 17 00:00:00 2001 From: Osmwithspace <> Date: Thu, 6 Feb 2025 15:08:17 +0100 Subject: [PATCH 3/3] add filter sameAs --- assets/themes/scouting/scouting.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/themes/scouting/scouting.json b/assets/themes/scouting/scouting.json index 5a4707c11..def4fbe18 100644 --- a/assets/themes/scouting/scouting.json +++ b/assets/themes/scouting/scouting.json @@ -41,6 +41,9 @@ "builtin": "campsite", "override": { "minzoom": 16, + "filter": { + "sameAs": "group_campsite" + }, "name": null, "isCounted": false }