-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Polygons not supported #66
Comments
Same problem |
Had the same problem. I changed the script to work for my specific requirement - separate shapeFiles for each polygon in a FeatureCollection (geoJson). The shapeFiles are to be named using properties.fileName of each feature in the geoJson. Change made in code corresponding to zip.js
|
Another requirement is to get all polygons as individual records in a single shape file.
Tested the generated shape files on mapshaper.org. They worked fine without errors. |
I created a loop to create the object list for features. It works for multiple records (in this case polygons) and it works fine for polygons with donuts
|
Is there any way to archeive creating a single shapefile containing multiple polygons instead of a single multipolygon? Any help will be appreciated. |
I believe #65 will fix your problem. Hoping this will be accepted and released. |
Added fix mapbox#66, enhanced calculation of shplength and index for z-point
For a Geojson file which contains 4 features , it converts eveything as a multipolygon instead of 4 feature each contains polygon. Do i miss any settings or config or its a bug.Please let me know how can i achieve this.
The text was updated successfully, but these errors were encountered: