Closed stevenjh closed 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
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
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