forked from MapComplete/MapComplete
Add toggle to disable squares on low zoom levels, fix maxzoom property
This commit is contained in:
parent
6330bd5bfd
commit
9e7dec0101
5 changed files with 43 additions and 24 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue