This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
Releases: IHCantabria/Leaflet.CanvasLayer.Field
Releases · IHCantabria/Leaflet.CanvasLayer.Field
v1.5.3
v1.5.2
v1.5.0
v1.4.8
v1.4.5
v1.4.2
v1.4.1
- Added new method
multipleFromGeoTIFF
toScalarField
to return all bands from a GeoTIFF raster file as an array ofScalarField
, thanks to @santiquetzal (#16). - Added compatibility with ASCII Grid files using XLLCENTER and YLLCENTER, as suggested in #17
v1.4.0
- Added an optional parameter
spatialMask
(+setSpatialMask
method) to apply a Clip onScalarField
. The mask defines a Polygon as a GeoJSON Feature for which the raster values will be considered (for rendering and identifying operations). Seeexample_ScalarField_Mask
. This feature uses@turf/inside
. - Minor:
- examples have been updated to work with Leaflet 1.2.0
- added a little npm badge in README file
v1.3.5
v1.3.4
- Fixed 'RangeError: Maximum call stack size exceeded', when loading some big ASCII Grid files.