Turfjs / turf-intersect

find the intersection of features
30 stars 9 forks source link

About turf-intersect properties #19

Closed guangguang00 closed 6 years ago

guangguang00 commented 6 years ago

how can I get the properties from the intersect which come from poly1 and poly2

DenisCarriere commented 6 years ago

Ideally you would do your intersect operation on your polygons one by one, there isn't a way to extract the properties which intersects using the @turf/intersect module.

kanaujiasachin commented 4 years ago

I had the same question for Line Intersect https://turfjs.org/docs/#lineIntersect

You can have a feature collection and it would be quite useful to find the properties of the source which is getting intersected.