From b615c3487947eafe2a0ce555fe380101323f66ab Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Tue, 10 Dec 2024 02:18:17 +0100 Subject: [PATCH] Themes(cyclofix): don't count shops in overview --- assets/themes/cyclofix/cyclofix.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/themes/cyclofix/cyclofix.json b/assets/themes/cyclofix/cyclofix.json index 07b928d26..13aef56e7 100644 --- a/assets/themes/cyclofix/cyclofix.json +++ b/assets/themes/cyclofix/cyclofix.json @@ -84,7 +84,8 @@ "minzoom": 17, "=filter": { "sameAs": "bike_shop" - } + }, + "isCounted": false } }, { @@ -222,4 +223,4 @@ "bicycle_counter" ], "widenFactor": 2 -} \ No newline at end of file +}