zskarte / zskarte-client

Zivilschutz-Karte allows to draw situation maps for disaster management
https://www.zskarte.ch/
MIT License
13 stars 8 forks source link

add maxZoom for layers, always show & no invalid tile requests #395

Closed swerder closed 5 months ago

swerder commented 5 months ago

The tile layers are only available to a certain zoom level. If zoomed more than that it try to get tiles resulting in 404/400, and no map shown if moving around.

Setting the correct maxZoom prevent both problems and use this tiles for all additional zoom levels.