mapbox / shp-write

create and write to shapefiles in pure javascript
BSD 3-Clause "New" or "Revised" License
290 stars 186 forks source link

Allow configuration of type when zipping #56

Closed tnixeu closed 10 months ago

tnixeu commented 6 years ago

Currently it is not possible to configure the type used by zipjs. It is set to base64 by default. I added another parameter to zip in order to pass the options, which will be used zipjs.

TimeJunkie commented 6 years ago

Is this going to be merged? This simple change really expands the usability of the library.

wirk commented 5 years ago

This change would help me as well. Is someone still maintaining this project?

sheindel commented 10 months ago

Should be resolved thanks to https://github.com/mapbox/shp-write/pull/96 and https://github.com/mapbox/shp-write/pull/100 , will publish soon, thanks!!