postgis/regress/core/fixedoverlay_expected
Loïc Bartoletti 2d342e6c6a Fixed Overlay: fix test
Closes https://git.osgeo.org/gitea/postgis/postgis/pulls/103

There is a copy/paste error in the test suite.

"SymDifference" test is basically the same as difference one.

This MR fixes the test case and the expected result.
2022-07-18 12:30:54 -04:00

7 lines
347 B
Plaintext

intersection|LINESTRING(8 0,10 0)
difference|LINESTRING(0 0,8 0)
symdifference|MULTILINESTRING((0 0,8 0),(10 0,14 0))
union|MULTILINESTRING((0 0,8 0),(8 0,10 0),(10 0,14 0))
unaryunion|MULTILINESTRING((0 0,8 0),(8 0,10 0),(10 0,14 0))
subdivide|3|MULTIPOLYGON(((0 0,0 10,10 10,10 6,100 5,10 5,10 0,0 0)),((100 0,100 5,100 10,110 10,110 0,100 0)))