Open Fsystem opened 6 months ago
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.
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.