danzel / Leaflet.utfgrid

A UTFGrid implementation for leaflet that is super small.
MIT License
131 stars 51 forks source link

Max Zoom 18? #16

Closed pkorac closed 11 years ago

pkorac commented 11 years ago

Am I correct in understanding the grid only works until zoom level 18?

animaux commented 9 years ago

@pkorac can you elaborate on why you have closed this? In my case the grid only seems to work until zoom level 17.

danzel commented 9 years ago

You need to set maxZoom on the layer. We have a default of 18... not sure why... https://github.com/danzel/Leaflet.utfgrid/blob/master/src/leaflet.utfgrid.js#L37

animaux commented 9 years ago

Thanks! I missed this in the readme :)