mapbox / shp-write

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

Add support for MultiPolygon #84

Closed mmahrous closed 1 year ago

mmahrous commented 3 years ago
  1. Update JSZIP to v3.6.0 to support stream.
  2. Clean Geojson to take the geometries directly.
  3. Add support for multipolygon
StruninIhor commented 3 years ago

Good day everyone, @mapbox-re-oa, any updates on this?

ranga-tolapi commented 3 years ago

Eagerly waiting, when these updates will be available?

mmahrous commented 3 years ago

@rangasatishkumar you can use it from our github directly

npm install https://github.com/transportforcairo/shp-write.git

until @mapbox-re-oa team merges it.

NathanPB commented 2 years ago

Thanks for that btw, works very well

Yohlo commented 2 years ago

@mapbox-re-oa any updates on merging this?

ngunner commented 1 year ago

@rangasatishkumar you can use it from our github directly

npm install https://github.com/transportforcairo/shp-write.git

until @mapbox-re-oa team merges it.

Thank you for this. However, JSZip V3 was giving me issues so I created a fork with only multipolygon fixes - https://github.com/ngunner/shp-write-multipolygon

If anyone has similar issues: npm install https://github.com/ngunner/shp-write-multipolygon.git

charlieforward9 commented 1 year ago

Could the dbf dependency also be upgrades to 0.2.0. I am having this issue: https://github.com/mapbox/dbf/issues/23

EDIT: See #96