turf-intersect
turf-intersect copied to clipboard
find the intersection of features
Hi When trying to use intersect on the following feature(same feature in both params) it returns null const intersection = intersect(polygon, polygon); I expected it to return the same feature...
I came across a strange edge case bug today--unless I am missing something. Anyways thanks for the awesome library. Here is a way to test the edge case: ``` var...
hey ✋ !! When I call many times to detect the intersection in huge files throw the error, but in small files with few data, it works ok. ``` 111...
Intersect raises an error `{}` with an `undefined` stack...
How would I use the intersect function to look for intersection in a collection? The examples I found on the Internet all make use of for loops and this is...
JSTS handles linestrings and the current turf-intersect does as a result. We should support this and document it. cc @geographa
Hi, Sorry i don't know how to call them in english, but turfjs crash if you try to intersect a crossed polygon like this:  the thrown error...
Just curious as to how we'll determine when we're "done" or feature complete. Will turf-intersect only be concerned with the geometries? Coming from a GIS background, I kind of expect...
It currently returns an empty GeometryCollection, which is weird.