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
The lineOverlap function currently does not recognize when two lines partially overlap. This also affects booleanOverlap.
You can see it in this example:
The blue and red lines clearly overlap in the green area. However, this is not recognized because the implementation can currently only recognize an overlap if a segment is completely overlapping.
This issue could possibly be solved with #2349. By the way, I noticed it because the test case from #901 is passing only due to the generous tolerance and it is actually a false positive.
smallsaucepan
changed the title
@turf/turf-line-overlap lineOverlap does not recognize partially overlaps.
lineOverlap does not recognize partially overlaps
Mar 10, 2024
The lineOverlap function currently does not recognize when two lines partially overlap. This also affects booleanOverlap.
You can see it in this example:
The blue and red lines clearly overlap in the green area. However, this is not recognized because the implementation can currently only recognize an overlap if a segment is completely overlapping.
The text was updated successfully, but these errors were encountered: