Derek Dohler

Results 42 comments of Derek Dohler

Hey @Deca -- take a look at the [demo page](https://github.com/azavea/loam/blob/develop/demo/index.html) -- that is an example of the simplest possible way to use Loam, without a framework or bundler. I hope...

I'd be happy to describe what I can, but could you tell me more about what you're trying to do? I see from the issue title that you might be...

No, it is definitely possible, I know that at least one other person has already gotten GDAL 3 to compile with Emscripten: https://github.com/bugra9/gdal3.js . The goals of that project and...

> If I wanted to do something like this using cmake, would I have to compile both PROJ and GDAL into emscripten or just GDAL? You'll need to compile all...

> Ahh interesting. I use the default GDAL and PROJ builds for work, will building these targets using emscripten cause any issues to already installed targets? If I'm understanding your...

Emscripten now has the setting `SMALL_XHR_CHUNKS` which may make this work better: https://github.com/emscripten-core/emscripten/blob/5ecd2d9d62fd246525d37a4337cfca858b43e3ef/src/library_fs.js#L1704

Looks like this is a regression in Loam 1.2.0 (the demo page hasn't been updated yet). If you don't need any of the [new features in 1.2.0](https://github.com/azavea/loam/releases) then it should...

I'm going to keep this open; it's a real bug that needs to be addressed for future versions.

Hi @bethanywallace ! Sorry about that -- because this is a port of GDAL to a new platform, the license is the same as that of GDAL. On the `develop-js`...