Opened 8 years ago

Closed 8 years ago

#10958 closed Bugs (fixed)

Invalid result of disjoint()

Reported by: awulkiew Owned by: awulkiew
Milestone: Boost 1.58.0 Component: geometry
Version: Boost 1.57.0 Severity: Problem
Keywords: disjoint, intersects Cc:

Description

  1. disjoint(MultiLinestring, Polygon), the second Ls in MLs is not taken into account.
    "MULTILINESTRING((11 11, 20 20),(5 7, 4 1))"
    "POLYGON((0 0,0 10,10 10,10 0,0 0),(2 2,4 2,4 4,2 4,2 2))"
    
  1. disjoint(L,L), it uses the old A/A get_turn_info policy not taking the Linear geometries starting endpoints into account.
    "LINESTRING(5 5,10 10)"
    "LINESTRING(6 6,3 3)"
    

Change History (1)

Note: See TracTickets for help on using tickets.