Releases: naturalatlas/node-gdal
Releases · naturalatlas/node-gdal
0.9.0
- 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
- 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
- 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
- Updated bundled GDAL to 2.0.0.
0.4.4
- Added support for JPEG-compressed TIFFs using libjpeg (#102, @mojodna)
- Added support for DEFLATE-compressed TIFFs (#104, @mojodna)
0.4.3
Fixed bug where passing 2.5D geometry types (wkbPoint25D
, etc) was throwing [TypeError: geometry type must be an integer]
. (#96)
0.4.2
- 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.0
- Added
LineString.addSubLineString()
method.
- Added
SpatialReference.fromESRI()
method.
- Added
SpatialReference.validate()
method.
- Fixed
SpatialReference.cloneGeogCS()
method.
- Stability improvements.
0.3.1
- Upgraded to [email protected]
- Support for optionally building against Visual Studio 2014 with
--toolset=v140
flag