diff --git a/assets/layers/playground/playground.json b/assets/layers/playground/playground.json index 4ea206d08..2cb001a31 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 ec4a2dc2f..916eea37f 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 } } ],