mapbox / shp-write

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

IE download fix #50

Closed Miroko closed 10 months ago

Miroko commented 7 years ago

This pr should close these issues: https://github.com/mapbox/shp-write/issues/49, https://github.com/mapbox/shp-write/issues/48, https://github.com/mapbox/shp-write/issues/28

alexmuro commented 5 years ago

This code helped me a ton in chrome to download larger files. Was getting about:blank#blocked with the current download clode.

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!!