postgis/regress/simplify_expected
Sandro Santilli f509fae4ab Add collapsed polygon case to ST_Simplify test (#1698)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9529 b70326c6-7e19-0410-871a-916f4a2858ee
2012-03-22 15:07:11 +00:00

10 lines
568 B
Plaintext

1|LINESTRING(0 0,0 51,50 20,30 20,7 32)
2|LINESTRING Z (0 0 3,0 51 1,50 20 6,30 20 9,7 32 10)
3|LINESTRING M (0 0 3,0 51 1,50 20 6,30 20 9,7 32 10)
4|LINESTRING ZM (0 0 3 2,0 51 1 6,50 20 6 7,30 20 9 9,7 32 10 5)
5|MULTIPOINT ZM (0 0 3 2,0 10 6 1,0 51 1 6,50 20 6 7,30 20 9 9,7 32 10 5)
6|MULTILINESTRING ZM ((0 0 3 2,0 51 1 6,50 20 6 7,7 32 10 5),(0 0 4 3,20 20 5 30))
7|POLYGON ZM ((0 0 3 2,0 51 1 6,50 20 6 7,7 32 10 5,0 0 3 2))
8|POLYGON ZM ((0 0 3 2,0 51 1 6,50 20 6 7,30 20 9 9,7 32 10 5,0 0 3 2),(1 1 4 3,1 3 2 3,18 18 5 30,1 1 4 3))
9|POLYGON((0 0,10 10,0 0))