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

Commit

Permalink
Preparing minor release 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorVelarde committed Oct 11, 2017
1 parent 7c0acaa commit 0e6382d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,7 @@
#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.
- Minor: deleted unused L.ColorScale class + little adjustments in examples.

#v1.3.4
- Fixed 'RangeError: Maximum call stack size exceeded', when loading some big ASCII Grid files.
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.3.3",
"version": "1.3.4",
"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.3.3');
console.log('leaflet.canvaslayer.field v1.3.4');
/* eslint-enable no-console */

0 comments on commit 0e6382d

Please sign in to comment.