bugra9 / gdal3.js

Convert raster and vector geospatial data to various formats and coordinate systems entirely in the browser.
https://gdal3.js.org
GNU Lesser General Public License v2.1
300 stars 45 forks source link

Update zlib version to fix broken link when running make #37

Closed mthh closed 2 years ago

mthh commented 2 years ago

Thank you very much for this library, so convenient to have GDAL/OGR in the browser!

The latest version of ZLIB is 1.2.12 while the one specified in the Makefile is 1.2.11. The ZLIB website doesn't keep the penultimate version, so https://www.zlib.net/zlib-1.2.11.tar.gz is not available anymore and an error is currently raised during compilation.

This PR fixes that.

bugra9 commented 2 years ago

@mthh thank you for this fix. Also, thank you for being the first to discover this project. :)