Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Releases: IHCantabria/Leaflet.CanvasLayer.Field

v1.5.3

05 Nov 14:09
Compare
Choose a tag to compare

v1.5.2

28 Aug 06:59
Compare
Choose a tag to compare

· PR #59
· Update docs

v1.5.0

19 Aug 10:46
Compare
Choose a tag to compare
  • Remove chroma-js global dependency
  • Update chroma-js references in some modules.

v1.4.8

18 Aug 12:21
Compare
Choose a tag to compare

Move project to new npm package (ih-leaflet-canvaslayer-field)

v1.4.5

18 Aug 10:51
Compare
Choose a tag to compare
  • Update dependencies

v1.4.2

21 Jun 11:38
f6ff195
Compare
Choose a tag to compare
  • Fix Cell Size issue pointed by @nzahasan in #29
  • Update some dependencies (security updates)
  • Colorbar Custom Labels

v1.4.1

05 Mar 22:47
Compare
Choose a tag to compare
  • Added new method multipleFromGeoTIFF to ScalarField to return all bands from a GeoTIFF raster file as an array of ScalarField, thanks to @santiquetzal (#16).
  • Added compatibility with ASCII Grid files using XLLCENTER and YLLCENTER, as suggested in #17

v1.4.0

11 Nov 22:14
Compare
Choose a tag to compare
  • Added an optional parameter spatialMask (+ setSpatialMask method) to apply a Clip on ScalarField. The mask defines a Polygon as a GeoJSON Feature for which the raster values will be considered (for rendering and identifying operations). See example_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

06 Nov 16:30
Compare
Choose a tag to compare
  • Added CI testing with travis, thanks to @sirreal (#12)

v1.3.4

11 Oct 22:37
Compare
Choose a tag to compare
  • Fixed 'RangeError: Maximum call stack size exceeded', when loading some big ASCII Grid files.