Skip to content

Commit

Permalink
Remove unnecessary precision from XML test
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-jts committed Dec 11, 2023
1 parent eaa6d1d commit 9fd9c48
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<run>
<desc>Tests for Geometry.union() method (unary union)</desc>
<precisionModel scale="1.0" offsetx="0.0" offsety="0.0"/>

<case>
<desc>P - point (showing merging of identical points)</desc>
Expand Down Expand Up @@ -144,18 +143,6 @@
</test>
</case>

<case>
<desc>mA - multipolygon (invalid) with topology collapse</desc>
<a> MULTIPOLYGON (((0 0, 150 0, 150 1, 0 0)),
((180 0, 20 0, 20 100, 180 100, 180 0)))
</a>
<test>
<op name="union" arg1="A">
POLYGON ((150 0, 20 0, 20 100, 180 100, 180 0, 150 0))
</op>
</test>
</case>

<case>
<desc>P - empty Point</desc>
<a> POINT EMPTY
Expand Down

0 comments on commit 9fd9c48

Please sign in to comment.