You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to use the package and export the shapefile of multiple linestrings, it automatically combines the linestrings into one single multi-linestring.
@junyi2022 fix also helped me with an error I was getting when importing the shapefiles generated by shp-write into ArcGIS: "number of shapes doesn't not match the number of table records".
The error happened when multiple linestrings were present.
When I try to use the package and export the shapefile of multiple linestrings, it automatically combines the linestrings into one single multi-linestring.
The blob above will contain one multi-linestring. However, I expect to have two linestrings.
In the library, I changed the following line
shp-write/src/geojson.js
Line 17 in 48a0fe7
to
This solved the issue to me, but not sure how it will do to actual multi-linestrings.
The text was updated successfully, but these errors were encountered: