mapbox / shp-write

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

When export to shapefile, problem of combined polygon #68

Closed gislayer closed 10 months ago

gislayer commented 5 years ago

Hello everone, i have a geojson data. i exported a shp file but when i open at QGIS. there is only 1 multipolygon. How can i seperate on javascript side ?

newmanw commented 5 years ago

I believe #65 will fix your problem. Hoping this will be accepted and released. Looks like a dup of #66

gislayer commented 3 years ago

thanks for help! i fixed this issue