mapbox / shp-write

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

Set the name of the ZIP file to the folder name, if a folder name has been specified #90

Closed RubenVanEldik closed 1 year ago

RubenVanEldik commented 2 years ago

Currently the ZIP file has a random string as name, this PR sets the name of the ZIP file to the name of the folder (when specified) and allows the ZIP file to be named by the filename key in the options object.

elaatabiyassine commented 2 years ago

Please merge this pull request as it would help us greatly. Thank you.