javascript - How do export js2shapefile as zip file? -
i'm developing gis application. want export layer shape file in javascript using js2shapefile.
js2shapefile uses filesaver.js exporting.
filesaver exports 3 files (.shp, .shx , .dbf) separately. i'd exported files zipped in single file.
how it?
is adding library option you, think can use lib jszip zipping files.
see details: https://stuk.github.io/jszip/
Comments
Post a Comment