mapbox / shp-write

create and write to shapefiles in pure javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does it support polygon with multiple rings or holes?

mickeyjohn opened this issue · comments

Hi,
Does the library support polygons with multiple rings or holes yet? I can not find one within the examples or documentation.

Thanks a lot.

Did you find a way to do this? Right now, when I try to convert a Geojson with a hole into a shapefile using shp-write, I'm only getting two separate polygons.

Never mind. Looks like it is indeed exporting properly. It's while reading the shapefile that it's showing multiple polygons. I can take care of that on my end.