Open maaattes opened 4 years ago
In the example at http://www.liedman.net/Proj4Leaflet/#getting-started there is this line of code
maxZoom: crs.options.resolutions.length, …
but it should be
maxZoom: crs.options.resolutions.length-1, …
or am I mistaken?
In the example at http://www.liedman.net/Proj4Leaflet/#getting-started there is this line of code
but it should be
or am I mistaken?