-
Notifications
You must be signed in to change notification settings - Fork 69
Closed
Labels
Description
Now that extension loading in WASM is coming along it would be great if we could run this extension in WASM.
I think the main blocker right now is the fact that we compile GDAL with libcurl and openssl, but once #15 this should be easy. Alternatively we could add a compile flag to disable the networked GDAL functionality when compiling on emscripten.
Additionally we may want to support some additional output/conversion formats common in web, like GeoJSON, MVT or GeoArrow.
derhuerst, pgzmnk, yharby, StephanGeorg and alexjball