From f3335c93711bd224ad3dfa611b95a40039596746 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Tue, 5 Nov 2024 00:25:17 +0100 Subject: [PATCH] Themes(playgrounds): don't show counts for small POI, only for playgrounds; make icons smaller --- assets/layers/playground/playground.json | 10 +++++----- assets/themes/playgrounds/playgrounds.json | 3 ++- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/assets/layers/playground/playground.json b/assets/layers/playground/playground.json index 4ea206d08c..2cb001a31d 100644 --- a/assets/layers/playground/playground.json +++ b/assets/layers/playground/playground.json @@ -78,23 +78,23 @@ } ], "iconSize": { - "render": "40,40,center", + "render": "30,30,center", "mappings": [ { "if": "id~node/.*", - "then": "40,40,center" + "then": "30,30,center" }, { "if": "_size_classification=small", - "then": "25,25,center" + "then": "20,20,center" }, { "if": "_size_classification=medium", - "then": "40,40,center" + "then": "30,30,center" }, { "if": "_size_classification=large", - "then": "60,60,center" + "then": "40,40,center" } ] }, diff --git a/assets/themes/playgrounds/playgrounds.json b/assets/themes/playgrounds/playgrounds.json index ec4a2dc2ff..916eea37f6 100644 --- a/assets/themes/playgrounds/playgrounds.json +++ b/assets/themes/playgrounds/playgrounds.json @@ -73,7 +73,8 @@ "bbq" ], "override": { - "minzoom": 16 + "minzoom": 16, + "isCounted": false } } ],