Skip to content

Releases: naturalatlas/node-gdal

0.9.0

29 Mar 06:00
Compare
Choose a tag to compare
  • Improvement: Made binding path more specific in order to make re-building easier for Electron apps (#152). Thanks @anandthakker
  • Addition: Exposed SpatialReference.prototype.isGeographic() (#146). Thanks @jdesboeufs
  • Bugfix: Fixed broken Geometry.fromWKB(), Geometry.prototype.toWKB() (871d6b0)

0.8.0

20 Nov 17:28
Compare
Choose a tag to compare
  • Improved GDAL_DATA behavior (#134)
  • Fix for when building node-gdal against external libgdal.a (23c3102)
  • Added map() to all collection types (e360171)
  • Added second index argument to forEach() methods to match standard JS behavior (37c5a94)
  • Windows builds for node 4 & 5 (#128, #129)

0.7.0

31 Jul 18:49
Compare
Choose a tag to compare
  • Added support for 64-bit integer fields (#112).
  • Introduced gdal.lastError property (#115). The property is null or an object with three properties: message, code, and level.

0.6.0

08 Jul 21:48
Compare
Choose a tag to compare
  • Updated bundled GDAL to 2.0.0.

0.4.4

05 May 16:05
Compare
Choose a tag to compare
  • Added support for JPEG-compressed TIFFs using libjpeg (#102, @mojodna)
  • Added support for DEFLATE-compressed TIFFs (#104, @mojodna)

0.4.3

08 Apr 01:02
Compare
Choose a tag to compare

Fixed bug where passing 2.5D geometry types (wkbPoint25D, etc) was throwing [TypeError: geometry type must be an integer]. (#96)

0.4.2

28 Mar 10:36
Compare
Choose a tag to compare
  • Upgraded bundled GDAL to 1.11.2
  • Added support for node 0.12.x and io.js
  • Fixed bug causing getGeometry() to throw if no geometry existed, instead of returning null (#86)
  • Fixed setGeometry() so that it can accept null to clear the geometry (#86)

0.4.1

16 Jan 07:53
Compare
Choose a tag to compare
  • Added BigTIFF support to bundled GDAL (#83, @GretaCB)

0.4.0

31 Dec 00:19
Compare
Choose a tag to compare
  • Added LineString.addSubLineString() method.
  • Added SpatialReference.fromESRI() method.
  • Added SpatialReference.validate() method.
  • Fixed SpatialReference.cloneGeogCS() method.
  • Stability improvements.

0.3.1

14 Nov 18:10
Compare
Choose a tag to compare
  • Upgraded to [email protected]
  • Support for optionally building against Visual Studio 2014 with --toolset=v140 flag