GeoTIFF / georaster-layer-for-leaflet

Display GeoTIFFs and soon other types of raster on your Leaflet Map
https://geotiff.github.io/georaster-layer-for-leaflet-example/
Apache License 2.0
283 stars 57 forks source link

Fix zoom and add test for resolution based on zoom #134

Closed Falke-Design closed 11 months ago

Falke-Design commented 11 months ago

I added a test and also found a bug. Problem was, that map.getZoom() always returns the zoomlevel before zooming.

DanielJDufour commented 11 months ago

I merged the other PR and it looks like there were some merge conflicts. Happy to take another look as soon as those are resolved. Thank you for all your help! I'm looking forward to the next release!

Falke-Design commented 11 months ago

Merge conflict resolved. Now it is only adding a test, because the other changes are already merged with the caching-PR

DanielJDufour commented 11 months ago

Looks great!

Just setting expectations, the release process is rather lengthy (manually running each test), so it may be a couple weeks before the next release is made.

Thank you for your patience and all your great work!