postgis/regress/core/removepoint_expected
2018-10-19 23:06:30 +00:00

14 lines
465 B
Plaintext

ERROR: Can't remove points from a single segment line
ERROR: Point index out of range (0..2)
ERROR: Point index out of range (0..2)
LINESTRING(1 1,2 2)
LINESTRING(0 0,1 1)
LINESTRING(1 1 1,2 2 2)
LINESTRING(0 0 0,1 1 1)
LINESTRINGM(1 1 1,2 2 2)
LINESTRINGM(0 0 0,1 1 1)
LINESTRING(1 1 1 1,2 2 2 2)
LINESTRING(0 0 0 0,1 1 1 1)
LINESTRING(0 0 0 0,1 1 1 1,3 3 3 3,4 4 4 4,5 5 5 5,6 6 6 6,7 7 7 7)
LINESTRING(0 0 0 0,1 1 1 1,2 2 2 2,3 3 3 3,5 5 5 5,6 6 6 6,7 7 7 7)