forked from MapComplete/MapComplete
Themes(playgrounds): don't show counts for small POI, only for playgrounds; make icons smaller
This commit is contained in:
parent
5b618dc367
commit
f3335c9371
2 changed files with 7 additions and 6 deletions
|
@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -73,7 +73,8 @@
|
|||
"bbq"
|
||||
],
|
||||
"override": {
|
||||
"minzoom": 16
|
||||
"minzoom": 16,
|
||||
"isCounted": false
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue