Skip to content

Releases: bugra9/gdal3.js

v2.8.1

22 Feb 21:26
Compare
Choose a tag to compare

v2.8.0

07 Feb 06:58
Compare
Choose a tag to compare

v2.7.0

22 Jan 20:39
Compare
Choose a tag to compare

v2.6.0

10 Dec 23:44
Compare
Choose a tag to compare
  • feat: add log and error handler to config #63 179ce0e by @bugra9
  • feat: add env param to config to set global gdal configuration 179ce0e by @bugra9
  • feat: add gdalinfo and ogrinfo apps and add the app results to dataset object #61 179ce0e by @bugra9
  • fix: raster/vector type calculation #61 179ce0e by @bugra9
  • fix: prevent app from terminating if a warning occurs 179ce0e by @bugra9
  • fix: support node.js >= 18 179ce0e by @bugra9
  • chore: update emscripten version to 3.1.50 (temporary disable PDS driver) 179ce0e by @bugra9
  • feat: list all created files with all param in the outputs of ogr2ogr, gdal_translate, gdalwarp, #45 179ce0e by @bugra9
  • feat: add outputName param to ogr2ogr, gdal_translate, gdalwarp, gdal_rasterize #44 179ce0e by @bugra9
  • fix: mocha issue causing tests not to start for Chrome 179ce0e by @bugra9
  • feat: add playground to test 179ce0e by @bugra9
  • feat: add more info about dataset in gdal3.js gui 179ce0e by @bugra9

v2.5.0

02 Dec 21:53
Compare
Choose a tag to compare

v2.4.0

30 Oct 20:34
Compare
Choose a tag to compare
  • Add support for 'open options'. #41 #42 by @mthh
  • Add --config parameter to ogr2ogr, gdal_translate, gdalwarp and gdal_rasterize. #40 83aca76 by @bugra9
  • Update Gdal (3.5.2), Proj (9.1.0), Zlib (1.2.13) and Expat (2.5.0). 83aca76 by @bugra9

v2.3.0

31 Jul 10:43
Compare
Choose a tag to compare
  • Update Gdal (3.4.2 => 3.5.1), Proj (6.3.2 => 9.0.1), SQLite (3.37.0 => 3.38.5), Tiff (4.3.0 => 4.4.0), Geotiff (1.7.0 => 1.7.1), Expat (2.4.2 => 2.4.8 ) 8c14ea9 #35
  • Add and use external GNU libiconv instead of Emscripten/Musl libiconv. Its character set/encoding coverage is very comprehensive. 8c14ea9 #39

v2.2.0

24 Jul 21:29
Compare
Choose a tag to compare
  • 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

v2.1.0

28 Mar 21:35
Compare
Choose a tag to compare
  • Added paths parameter to specify the path of the worker, data and wasm files. 427d76f
  • Added Typescript declaration file (index.d.ts) 492c5d0
  • Changed build tool from Webpack to Rollup. caf27a7
  • Updated Gdal (3.4.2) and Emscripten (3.1.7) b65b4c8

v2.0.2

28 Mar 21:34
Compare
Choose a tag to compare