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.
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: