Denis

Results 77 comments of Denis

Polygon Slice should return a FeatureCollection of Polygons, it might of still been in Debugging mode. In reality Polygons are simply just a collection of connected lines, only difference is...

@alexgleith Great job! > it seems to be cleverly dissolving the split line component. 🤔 That's annoying and good at the same time... > I think it should work for...

Thanks @alexgleith for submitting this, this will be useful as reference whenever someone tackles this issue. At the moment I'm not too sure where to start with this issue. 🤷‍♂️

@skaletech Cool work! Seems like a nice hack around the solution, unfortunately I don't think we would adopt this approach for the Polygon Slice, but it's very cool to see...

As for the `@turf/difference` module, Turf does not throw any errors on LineString, however the difference module uses `jsts` which does not support LineString + Polygon difference operation. Maybe we...

Good catch 👍 Might need to add the binary for NodeJS 9 to [`sqlite3-offline`](https://github.com/DenisCarriere/sqlite3-offline): https://github.com/DenisCarriere/sqlite3-offline

This library is no longer being maintained, feel free to send a PR with a fix if anyone does solve this issue.

👍 Agreed, we can include `flattenEach` from `@turf/meta` when using the `search` method. > By splitting the MultiPolygon This shouldn't be applied to the initial loading of the FeatureCollection since...

Sounds like a plan! 👍

I'll be sending more PR's once this is merged