diff --git a/tests/xmltester/tests/general/TestInteriorPoint.xml b/tests/xmltester/tests/general/TestInteriorPoint.xml index 23b4a87050..ce315cb8e8 100644 --- a/tests/xmltester/tests/general/TestInteriorPoint.xml +++ b/tests/xmltester/tests/general/TestInteriorPoint.xml @@ -1,5 +1,4 @@ - P - empty @@ -23,15 +22,22 @@ P - multipoint with EMPTY MULTIPOINT((0 0), EMPTY) - + POINT (0 0) + + L - empty + LINESTRING EMPTY + + POINT EMPTY + + L - linestring with single segment LINESTRING (0 0, 7 14) - - POINT (7 14) + + POINT (0 0) @@ -61,6 +67,13 @@ POINT (180 200) + + mL - multilinestring with empty + MULTILINESTRING ((0 0, 1 1), EMPTY) + + POINT (0 0) + + A - box POLYGON ((0 0, 0 10, 10 10, 10 0, 0 0)) @@ -86,7 +99,7 @@ A - polygon with horizontal segment at centre (narrower L shape) POLYGON ((0 2, 0 4, 3 4, 3 0, 2 0, 2 2, 0 2)) - POINT (2 3) + POINT (1.5 3) @@ -96,6 +109,14 @@ POINT (115 200) + + + mA - multipolygon with empty + MULTIPOLYGON (((0 2, 0 4, 3 4, 3 0, 2 0, 2 2, 0 2)), EMPTY) + + POINT (1.5 3) + + GC - collection of polygons, lines, points GEOMETRYCOLLECTION (POLYGON ((0 40, 40 40, 40 0, 0 0, 0 40)), @@ -126,10 +147,8 @@ GEOMETRYCOLLECTION (POLYGON ((10 10, 10 10, 10 10, 10 10)), LINESTRING (20 20, 20 20), MULTIPOINT ((20 10), (10 20)) ) - + POINT (10 10) - -