Add toggle to disable squares on low zoom levels, fix maxzoom property

This commit is contained in:
Pieter Vander Vennet 2021-10-13 00:43:19 +02:00
parent 6330bd5bfd
commit 9e7dec0101
5 changed files with 43 additions and 24 deletions

View file

@ -34,7 +34,8 @@
"hideFromOverview": true,
"clustering": {
"#": "Disable clustering for this theme",
"maxZoom": 1
"maxZoom": 1,
"hideBoxesAboveMinZoom": true
},
"layers": [
{
@ -109,7 +110,7 @@
]
},
"geoJson": "https://pietervdvn.github.io/natuurpunt_cache/natuurpunt_{layer}_{z}_{x}_{y}.geojson",
"geoJsonZoomLevel": 12,
"geoJsonZoomLevel": 10,
"isOsmCache": true
},
"minzoom": "13",