$geoIntersect fails when Polygon and LineString share an endpoint

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: Major - P3
    • None
    • Affects Version/s: 2.4.6, 2.5.3
    • Component/s: Geo
    • ALL
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      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.

            Assignee:
            A. Jesse Jiryu Davis
            Reporter:
            Samantha Ritter (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: