Skip to content

Releases: naturalatlas/node-gdal

0.11.1

12 Mar 21:37
Compare
Choose a tag to compare
  • Compiled pre-built binaries using an older version of gcc / g++ (older glibc) for better compatibility with older operating systems (#286)

0.11.0

28 Oct 23:18
Compare
Choose a tag to compare
  • Added prebuilt binaries for Node 16, 17
  • Dropped prebuilt binaries for Node 10, 13

0.10.1

30 Sep 19:33
Compare
Choose a tag to compare
  • Fixed memory leak when creating SpatialReference objects f6e382c #273

0.10.0

30 Sep 17:48
Compare
Choose a tag to compare
  • Expanded Node support up to Node 14. Pre-built binaries are available for Node 10, 12, 13, and 14. (#259 #267 Thanks @tomhughes and @jdesboeufs!)
  • Updated bundled GDAL to 2.4.4 (d6345a7)
  • Added GRIB, MVT, SIGDEM drivers to bundled GDAL build
  • Added Geometry.fromGeoJson() (6db3d63)

0.9.8

27 Aug 07:36
Compare
Choose a tag to compare

0.9.7

28 Jun 15:56
Compare
Choose a tag to compare

0.9.6

19 Aug 19:27
Compare
Choose a tag to compare
  • Node 8 support (with pre-built binaries)

0.9.4

30 Dec 04:30
Compare
Choose a tag to compare
  • Node 7 support #187 (thanks @zhm)
  • Updated nan

0.9.3

08 Sep 20:37
Compare
Choose a tag to compare
  • Upgraded to GDAL 2.1.1
  • Fixed suggestedWarpOutput() hang/segfault that happened when creating the transformer failed. (closes #181)
  • Included ODBC support for windows

0.9.1

07 Apr 14:38
Compare
Choose a tag to compare
  • Updated bundled gdal from 2.0.1 -> 2.0.2 (#159)
  • Updated bundled proj4 from 4.8.0 -> 4.9.2 (#159)
  • Updated nan and node-pre-gyp (#163)
  • Fixed Mapinfo driver missing from build (#162)