A robust method to see if a point is in a polygon or not. Be sure the point and polygon are in the same projection space.
the point to check
the polygon
if true, ignore when the point is on the boundary
A robust method to see if a point is in a polygon or not. Be sure the point and polygon are in the same projection space.