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
315 stars 48 forks source link

PROJ 6.3.2 too old and unsupported #35

Closed agiudiceandrea closed 2 years ago

agiudiceandrea commented 2 years ago

PROJ 6.3.2 is a 2 years old release.

bugra9 commented 2 years ago

Hi @agiudiceandrea , sorry for replying so late.

With PROJ 7.0.0, PROJ can now also access grids online using a data store in the cloud. I don't know if this is possible with Emscripten and therefore I didn't want to update PROJ.

I will try to update PROJ.

bugra9 commented 2 years ago

@agiudiceandrea, i updated Proj from 6.3.2 to 9.0.1 in new version 2.3.0.

agiudiceandrea commented 2 years ago

Thanks @bugra9.