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.3.3

24 Sep 20:20
Compare
Choose a tag to compare
  • Fixed some problems when dealing with 0-360º rasters [wrong wrapped value + interpolation artifact at first column (see v1.2.1)].
  • Build: added karma to run jasmine tests (instead of previous manual mode) and webpack-dev-server.
  • Minor: deleted unused L.ColorScale class + little adjustments in examples.

v1.3.2

11 Sep 21:00
Compare
Choose a tag to compare
  • Now the plugin correctly manages different x-y pixel size in geotiff files (so it is more flexible and accurate). It also removes v1.3.1 temporal console warning, described in issue #10
  • Change carto basemap urls to https in examples.

v1.3.1

09 Aug 00:30
Compare
Choose a tag to compare
  • Rounding issues throws not expected error when mananaging Geotiff with regular size cells. Substitute error with console.warn

v1.3.0

09 Aug 00:15
Compare
Choose a tag to compare
  • New arrow style for ScalarField Layer, based on leaflet-geotiff plugin. This is a new renderer activated withtype: vector (vs. default colormap) and it is useful when loading a 'direction' field (0-360º).
  • Raises an error when dealing with no regular cell sizes (width !== height). The coordinate calculus is based on regular cells, but irregular grids could be used under some circunstances, generating spatial inconsistencies without a warning.
  • Fixes wrong derived values in VectorField.getScalarField when no vector is available (zs have to be null); this allows the user to eliminate some previous inFilter functions to discard those values.

v1.2.1

01 Aug 22:03
Compare
Choose a tag to compare
  • Fixing absence of interpolation on border (continuous raster)

v1.2.0

30 Jul 15:47
Compare
Choose a tag to compare
  • Optional labels in colorBar control (see example_VectorFieldAnim_ColorBar.html)
  • Better colorBar styles and more options

v1.1.0

28 Jul 22:45
Compare
Choose a tag to compare
  • Longitude wrapping when dealing with 0-360º rasters
  • Tested to work on Leaflet 1.1.0
  • Minor:
    • No linter warnings when building with webpack
    • chromajs updated to 1.3.4

v1.0.2

19 Jun 14:41
Compare
Choose a tag to compare
  • interpolate option is available for L.CanvasLayer.ScalarField (thanks to @claustres), see ./docs/example_ScalarField_Interpolation.html
  • automatic copy of dist to docs/dist when building project with webpack (to be used by examples)

v1.0.1

08 Jun 11:40
Compare
Choose a tag to compare

Minor release:

  • VectorFieldAnim: stop animation on remove + field check before drawing, to avoid errors when adding/removing several layers.
  • local webpack when using npm run commands