Releases: GeoTIFF/georaster-layer-for-leaflet
Releases · GeoTIFF/georaster-layer-for-leaflet
v3.5.0
- added resampleMethod be5e8a5
v3.4.0
v3.3.0
v3.2.0
- hard-coded box-sizing for canvas tiles 62433a5
v3.1.2
- updated geo-extent 7b6c6ef
v3.1.1
v3.1.0
v3.0.0
- added dynamic tile sizing 8716f51
- added CustomCRS and CustomTransformation 51deba8
- updated snap-bbox 65e3684
- updated types 9580c16
- updated geo-extent 80e9d1e
- added declarations for snap-bbox and geo-extent 22ca77f
- added geo-extent and snap-bbox as dependencies and updated @typescript-eslint/eslint-plugin 7c0b966
- added bak backup files to .gitignore 6b21597
Edge Case Bug Fix
This release fixes an edge case where if you are using this package through npm link
, your application and this package might use a different instance of Leaflet and cause internal isinstance
checks to fail in Leaflet's code.