Skip to content

v2.2.0

Compare
Choose a tag to compare
@bugra9 bugra9 released this 24 Jul 21:29
· 26 commits to master since this release
  • Add single file example running without server required. 8468f22 #34
  • Change license from GPL to LGPL. da0afff #36
  • Breaking: Rename gdal3.js file to gdal3.node.js and create gdal3.js which only supports browser. Use import initGdalJs from 'gdal3.js' for browser and use const initGdalJs = require('gdal3.js/node') for node.js. aa0a2f5 #32
  • Update zlib version to fix broken link when running make 3210d1e by @mthh