TerriaJS / terriajs

A library for building rich, web-based geospatial data platforms.
https://terria.io
Apache License 2.0
1.19k stars 363 forks source link

Cannot zoom past level 18 in leaflet #7261

Closed stevenjh closed 3 months ago

stevenjh commented 3 months ago

Hi there, we're looking to re-implement zoom beyond level 18 in Leaflet and running into unexpected complications. adding the maxZoom of 22 is letting zoom go beyond 18 but map tile requests don't seem to be generated.

Any advice appreciated.

Cheers, Steven

stevenjh commented 3 months ago

Ah, we tracked this down as needing to set the maxZoom on the tile layers being added as well ~58:lib/Map/Leaflet/ImageryProviderLeafletTileLayer.ts