- Upgraded to node-gdal@0.9.x
- Test on OSX
- Test with Node.js v4, v5, v6
- Upgraded to node-gdal@0.8.0
- Removed some unnecessary data from package
- Re-implemented as a JS module on top of node-gdal.
- Upgraded to gdal 2.0
- Now building against libc++ on osx
- Now providing binaries against Visual Studio 2015 (pass --toolset=v140) and use binaries from https://github.com/mapbox/node-cpp11
- Upgraded to nan@1.8.4
- Upgraded to node-pre-gyp@0.6.7
0.4.7
- Added support (and pre-build binaries) for io.js 1.2.x and node v0.12.x
- Upgraded to nan@1.7.0
- Upgraded to node-pre-gyp@0.6.4
0.4.6
- Removed getenv workaround for Visual Studio 2013
- Upgraded bundled node-pre-gyp
- Upgraded to GDAL 1.11.1
- Stopped providing binaries for node v0.8.x
- Now providing binaries against Visual Studio 2014 (pass --toolset=v140) and use binaries from https://github.com/mapbox/node-cpp11
- No changes: just re-published to try to avoid npm shasum error upon download
- Now supporting node v0.11.x
- Now shipping binaries for OS X, Windows, and Ubuntu Linux
- Now builds on FreeBSD
srs.jsonCrs
added for detecting projection inside JSON object representing GeoJSON. Pass the result tosrs.parse
srs.parse
no longer supports being passed a filepath to a GeoJSON.
- Fixed generation of valid
srs_settings.js
on windows (#39) - Fixed detection of some ESRI variant projections (#38)
- Added preliminary appveyor.yml for continuous builds on windows
- Removed binary stripping on OS X which may cause link problems on mavericks
- Move to Mapbox organization
- Improved support for topojson
--runtime_link
option fixed to only apply when--shared_gdal
is passed.
- Build fixes for windows
- Build fix for python3 (#33)
- Build fixes to avoid possible undefined symbol errors are runtime on ubuntu linux
- Additional travis.ci testing of 32bit builds
- Minor test fixes to work with variable external gdal versions
- Changed name of build option to configure against shared gdal lib. Now pass
npm install --shared_gdal
(to be consistent with older node-srs).
- Now building against internal
osr
again by default. Passnpm install --gdal=shared
to build against systemwide GDAL (#30) - Now forcing canonical wgs84/epsg:4326 represenation
- Now translating
+init
syntax to+proj
for known projections (epsg:4326 and epsg:3857) - Various fixes to detect more projections
- Re-enabled optional linking with
gdal-config --dep-libs
by passingnpm install --runtime_link=static
- Removed build linking to gdal libs / gdal-config --dep-libs, now only linking to libgdal itself by default
- Now using node-gyp for build
- Now requiring Node >= 0.6.13 (for node-gyp support)
- Node v0.10.x support
- Now requiring external libgdal
- Better detection of more spherical mercator variants
- Better detection of +init=epsg based mercator srs and auto-transformation to +proj syntax