developmentseed / titiler

Build your own Raster dynamic map tile services
https://developmentseed.org/titiler/
MIT License
765 stars 157 forks source link

Fix leafletjs template maxZoom to great than 18 zoom #749

Closed Firefishy closed 8 months ago

Firefishy commented 8 months ago

What I am changing

Fix the leaflet map template to allow zooming beyond zoom 18.

How I did it

The tilelayer incorrectly set maxNativeZoom instead of maxZoom. The LeafletJS maxZoom default is 18 and would not load tiles beyond 18 regardless of the layer's zoom setting.

How you can test it

Tested in browser with correct setting.

Related Issues

vincentsarago commented 8 months ago

thanks @Firefishy 🙏