Fix: use 'isCounted' instead of 'doCount', add check for this

This commit is contained in:
Pieter Vander Vennet 2024-09-19 17:29:55 +02:00
parent a6598fd52d
commit 3a8fc4248b
6 changed files with 17 additions and 10 deletions

View file

@ -56,7 +56,7 @@
"osmTags": "building~*"
},
"minzoom": 18,
"doCount": false,
"isCounted": false,
"calculatedTags": [
"_surface:strict:=feat(get)('_surface')"
],
@ -152,7 +152,8 @@
}
}
],
"allowMove": false
"allowMove": false,
"isCounted": false
},
{
"id": "osm_adresses",
@ -171,7 +172,6 @@
}
},
"minzoom": 18,
"doCount": false,
"pointRendering": [
{
"label": {
@ -191,7 +191,8 @@
}
}
],
"allowMove": false
"allowMove": false,
"isCounted": false
},
{
"id": "bag_pand",