We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f2033 commit 130a5d8Copy full SHA for 130a5d8
1 file changed
test/algorithms/overlay/overlay_cases.hpp
@@ -1653,4 +1653,24 @@ static std::string mysql_23023665_13[2] =
1653
"POLYGON((0 7,-5 6,11 -13,0 7))"
1654
};
1655
1656
+// Issue 1439: non-overlapping polygons reported as full intersection
1657
+static std::string case_1439[2] =
1658
+{
1659
+ "POLYGON((-2.47089026 -86.03059246,"
1660
+ "-1.161944873 146.3030596,"
1661
+ "3.40221214 145.8628015,"
1662
+ "3.024695769 141.949088,"
1663
+ "2.420586453 111.9554564,"
1664
+ "1.208013978 -86.04069936,"
1665
+ "-2.47089026 -86.03059246))",
1666
+
1667
+ "POLYGON((-6.213278056 -88.01851748,"
1668
+ "-6.207382255 -86.51852906,"
1669
+ "-6.20539951 -86.01408604,"
1670
+ "-2.470873099 -86.02434575,"
1671
+ "-2.472221358 -86.53315586,"
1672
+ "-2.476196085 -88.03315059,"
1673
+ "-6.213278056 -88.01851748))"
1674
+};
1675
1676
#endif // BOOST_GEOMETRY_TEST_OVERLAY_CASES_HPP
0 commit comments