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.3.3
- 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
v1.3.1
- Rounding issues throws not expected error when mananaging Geotiff with regular size cells. Substitute error with console.warn
v1.3.0
- New arrow style for
ScalarField Layer
, based onleaflet-geotiff
plugin. This is a new renderer activated withtype: vector
(vs. defaultcolormap
) 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 previousinFilter
functions to discard those values.
v1.2.1
- Fixing absence of interpolation on border (continuous raster)
v1.2.0
- Optional labels in
colorBar
control (seeexample_VectorFieldAnim_ColorBar.html
) - Better colorBar styles and more options
v1.1.0
- 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
interpolate
option is available forL.CanvasLayer.ScalarField
(thanks to @claustres), see ./docs/example_ScalarField_Interpolation.html- automatic copy of
dist
todocs/dist
when building project with webpack (to be used by examples)
v1.0.1
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