This PR remove events test cases with inRange method tests.
it also adds a further check in inRange of polygon because if the radius is set to zero, the point (element.x, element.y) is accepted.
The approach for polygon is a little bit different comparing with point because the polygon is calculating the point elements (used in inRange) at initialization of the element.
This PR remove events test cases with inRange method tests.
it also adds a further check in
inRange
of polygon because if the radius is set to zero, the point (element.x, element.y) is accepted.The approach for polygon is a little bit different comparing with point because the polygon is calculating the point elements (used in
inRange
) at initialization of the element.