for compoundcurve (references #3774)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15755
b70326c6-7e19-0410-871a-
916f4a2858ee
-- #3709
select '#3709', ST_SnapToGrid(ST_Project('SRID=4326;POINT(1 1)'::geography, 100000, 20)::geometry, 0.0001) = ST_SnapToGrid(ST_Project('SRID=4326;POINT(1 1)'::geography, -100000, 20+pi())::geometry, 0.0001);
+-- #3774
+select '#3774', abs(pi() + 2 - st_length('COMPOUNDCURVE(CIRCULARSTRING(0 0, 1 1, 2 0), (2 0, 4 0))'::geometry)) < 0.000000001;
+
-- Clean up
DELETE FROM spatial_ref_sys;
#3627b|t
#3704|t
#3709|t
+#3774|t