Releases: mapbox/shp-write
Releases · mapbox/shp-write
v0.4.3
Long needed bug fixes, feature adjustments
Fixes a myriad of long standing issues
- Multipolygon and other support
- Allow saving into root of .zip
- Update JSZip and other dependencies
- Improve download support with
file-saver
(should likely deprecate functionality anyways) - Allow non-options call to
zip
anddownload
functions - Updated default JSZip configuration to more reasonable
DEFLATE
andbase64
(chosen because of JSZip defaults) - Added
types