postgis/regress/core/chaikin_expected
Raúl Marín Rodríguez ce7c214c9f Fix ST_SnapToGrid output having an outdated bbox
References #4495
Closes https://github.com/postgis/postgis/pull/473



git-svn-id: http://svn.osgeo.org/postgis/trunk@17798 b70326c6-7e19-0410-871a-916f4a2858ee
2019-09-02 11:55:46 +00:00

8 lines
693 B
Plaintext

1|LINESTRING(0 0,6 6,6 10,0 16)
ERROR: Number of iterations must be between 1 and 5 : LWGEOM_ChaikinSmoothing
ERROR: Number of iterations must be between 1 and 5 : LWGEOM_ChaikinSmoothing
4|LINESTRING(0 0,4.5 4.5,6 7,6 9,4.5 11.5,0 16)
5|POINT(0 0)
6|GEOMETRYCOLLECTION(POINT(1 1),LINESTRING(1 1,1 2.125,1 2.75,1 3.25,1 3.875,1 5),POLYGON((5 5,5 7.8125,5.3125 9.0625,5.9375 9.6875,6.875 10,8.125 10,9.0625 9.6875,9.6875 9.0625,10 8.125,10 6.875,9.6875 5.9375,9.0625 5.3125,7.8125 5,5 5),(6 6,6 6.5625,6.0625 6.8125,6.1875 6.9375,6.375 7,6.625 7,6.8125 6.9375,6.9375 6.8125,7 6.625,7 6.375,6.9375 6.1875,6.8125 6.0625,6.5625 6,6 6)))
7|POLYGON((2 2,6 6,6 10,2 14,0 12,0 4,2 2))|BOX(0 2,6 14)