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
Description:
The turf.booleanPointInPolygon function consistently returns incorrect results when checking if a specific point is within a polygon. Even though the provided point clearly lies within the boundaries defined by the polygon coordinates, the function incorrectly returns false.
Description:
The
turf.booleanPointInPolygon
function consistently returns incorrect results when checking if a specific point is within a polygon. Even though the provided point clearly lies within the boundaries defined by the polygon coordinates, the function incorrectly returnsfalse
.Steps to reproduce:
Expected result:
true
if i use geojson.io to show the point and polygon, the point appear in polygon!
Actual result:
false
Environment:
Additional context:
pointsWithinPolygon
andbooleanWithin
also fail to produce expected results with the provided coordinates.The text was updated successfully, but these errors were encountered: