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

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -