mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-09 11:12:21 +00:00
[test][relate] Add the test for relate(MLs,Poly).
This commit is contained in:
@@ -400,6 +400,11 @@ void test_multi_linestring_polygon()
|
||||
test_geometry<mls, poly>("MULTILINESTRING((15 15,6 6),(4 14,6 16))",
|
||||
"POLYGON((5 5,5 15,15 15,15 5,5 5))",
|
||||
"101000212");
|
||||
|
||||
// 23.01.2015
|
||||
test_geometry<mls, poly>("MULTILINESTRING((4 10, 3 10, 10 6),(5 0, 7 5, 9 10))",
|
||||
"POLYGON((0 0,0 10,10 10,10 0,5 5,0 0))",
|
||||
"111F00212");
|
||||
}
|
||||
|
||||
template <typename P>
|
||||
|
||||
Reference in New Issue
Block a user