Opened 8 years ago

Closed 8 years ago

#10912 closed Bugs (fixed)

Error in within/relate for Polygon/Polygon

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

Description

For the following pairs of Polygons:

POLYGON((0 0,0 5,5 5,5 0,0 0))
POLYGON((0 0,0 10,10 10,10 0,0 0),(2 2,4 2,4 4,2 4,2 2),(6 6,8 6,8 8,6 8,6 6))

POLYGON((0 0,0 10,10 10,10 0,0 0))
POLYGON((0 0,0 10,10 10,10 0,0 0),(2 2,2 4,4 4,4 2,2 2))

within() returns wrong result - true, should return - false.

Change History (1)

comment:1 by awulkiew, 8 years ago

Milestone: To Be DeterminedBoost 1.58.0
Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.