jvail/spl.js

Export Table To ArrayBuffer

Opened this issue · 2 comments

Use SQLite's ExportSHP to export to /export/out.shp, and then convert /export/out.shp into an ArrayBuffer, similar to how db.save would work.

If you want to export data I recommend use Geopackage (just an SQLite file). I do not want to implement a specific export for shape files but what is indeed missing is generic way to read/export files form the mounted filesystem in the browser.

what is indeed missing is generic way to read/export files form the mounted filesystem in the browser.
Yes, that's it.