Turfjs / turf-intersect

find the intersection of features
30 stars 9 forks source link

Intersect on Feature Collection #16

Open 1Map opened 8 years ago

1Map commented 8 years ago

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 extremely slow on a very large collection.

Basically I have feature collection of polygons (can also be lines). I also have a point. What I now want is to get all the features that intersect with this point (Without iterating through all features in the collection).