Themes(playgrounds): don't show counts for small POI, only for playgrounds; make icons smaller

This commit is contained in:
Pieter Vander Vennet 2024-11-05 00:25:17 +01:00
parent 5b618dc367
commit f3335c9371
2 changed files with 7 additions and 6 deletions

View file

@ -78,23 +78,23 @@
} }
], ],
"iconSize": { "iconSize": {
"render": "40,40,center", "render": "30,30,center",
"mappings": [ "mappings": [
{ {
"if": "id~node/.*", "if": "id~node/.*",
"then": "40,40,center" "then": "30,30,center"
}, },
{ {
"if": "_size_classification=small", "if": "_size_classification=small",
"then": "25,25,center" "then": "20,20,center"
}, },
{ {
"if": "_size_classification=medium", "if": "_size_classification=medium",
"then": "40,40,center" "then": "30,30,center"
}, },
{ {
"if": "_size_classification=large", "if": "_size_classification=large",
"then": "60,60,center" "then": "40,40,center"
} }
] ]
}, },

View file

@ -73,7 +73,8 @@
"bbq" "bbq"
], ],
"override": { "override": {
"minzoom": 16 "minzoom": 16,
"isCounted": false
} }
} }
], ],