Description
Insert a LineString with coordinates [ [1, 1], [2, 2] ].
Query with $geoIntersects and a Polygon with coordinates [ [ [ 0, 0 ], [ 0, 1 ], [ 1, 1 ], [ 1, 0 ], [ 0, 0 ] ] ].
Expect an intersection to be found, but nothing is returned.
Attachments
Issue Links
- is related to
-
DOCS-2156 It is undefined whether a point on the edge of a polygon is inside or outside
-
- Closed
-