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.
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.