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

Commit

Permalink
Just preparing new minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorVelarde committed Mar 5, 2018
1 parent 5cbc1fc commit ba1057b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
* examples have been updated to work with Leaflet 1.2.0
* added a little npm badge in README file

#v1.4.1 (in progress...)
#v1.4.1

* 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
2 changes: 1 addition & 1 deletion dist/leaflet.canvaslayer.field.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/leaflet.canvaslayer.field.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/dist/leaflet.canvaslayer.field.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leaflet-canvaslayer-field",
"version": "1.4.1-in-progress",
"version": "1.4.1",
"description":
"A set of layers using canvas to draw ASCIIGrid or GeoTIFF files. This includes a basic raster layer (*ScalaField*) and an animated layer for vector fields, such as wind or currents (*VectorFieldAnim*)",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/_main.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ require('./layer/L.CanvasLayer.VectorFieldAnim.js');
require('./control/L.Control.ColorBar.js');

/* eslint-disable no-console */
console.log('leaflet.canvaslayer.field v1.4.1 (in progress...)');
console.log('leaflet.canvaslayer.field v1.4.1');
/* eslint-enable no-console */

0 comments on commit ba1057b

Please sign in to comment.