[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0alpha1-52-gd1e8418b6

git at osgeo.org git at osgeo.org
Wed Oct 20 18:23:07 PDT 2021


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  d1e8418b626ba9e3fa370e5f1ad75aab4e631028 (commit)
      from  ad775f152e043c3173d1943c5d45ccb9562d3e3e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d1e8418b626ba9e3fa370e5f1ad75aab4e631028
Author: Regina Obe <lr at pcorp.us>
Date:   Wed Oct 20 21:23:01 2021 -0400

    Revise to agree with 3.1 branch.  Closes #5012 for PostGIS 3.2.0

diff --git a/regress/core/tickets.sql b/regress/core/tickets.sql
index 03f080ee7..3c575bb8d 100644
--- a/regress/core/tickets.sql
+++ b/regress/core/tickets.sql
@@ -303,7 +303,7 @@ SELECT '#650', ST_AsText(ST_Collect(ARRAY[ST_MakePoint(0,0), ST_MakePoint(1,1),
 --SELECT '#662', ST_MakePolygon(ST_AddPoint(ST_AddPoint(ST_MakeLine(ST_SetSRID(ST_MakePointM(i+m,j,m),4326),ST_SetSRID(ST_MakePointM(j+m,i-m,m),4326)),ST_SetSRID(ST_MakePointM(i,j,m),4326)),ST_SetSRID(ST_MakePointM(i+m,j,m),4326))) As the_geom FROM generate_series(-10,50,20) As i CROSS JOIN generate_series(50,70, 20) As j CROSS JOIN generate_series(1,2) As m ORDER BY i, j, m, i*j*m LIMIT 1;
 
 -- #667 --
-SELECT '#667', ST_AsEWKT( ST_LineToCurve(ST_Buffer(ST_SetSRID(ST_Point(i,j),4326), j)), 10 ) As the_geom FROM generate_series(-10,50,10) As i CROSS JOIN generate_series(40,70, 20) As j ORDER BY i, j, i*j LIMIT 1;
+SELECT '#667', ST_AsText( ST_LineToCurve(ST_Buffer(ST_SetSRID(ST_Point(i,j),4326), j)), 4 ) As the_geom FROM generate_series(-10,50,10) As i CROSS JOIN generate_series(40,70, 20) As j ORDER BY i, j, i*j LIMIT 1;
 
 -- #677 --
 SELECT '#677.deprecated',round(ST_DistanceSpheroid(ST_GeomFromEWKT('MULTIPOLYGON(((-10 40,-10 55,-10 70,5 40,-10 40)))'), ST_GeomFromEWKT('MULTIPOINT(20 40,20 55,20 70,35 40,35 55,35 70,50 40,50 55,50 70)'), 'SPHEROID["GRS_1980",6378137,298.257222101]')) As result;
diff --git a/regress/core/tickets_expected b/regress/core/tickets_expected
index 5317bce63..7cc2e9546 100644
--- a/regress/core/tickets_expected
+++ b/regress/core/tickets_expected
@@ -91,7 +91,7 @@ NOTICE:  Too few points in geometry component at or near point 0 0
 #835.11|MULTILINESTRING EMPTY
 #835.12|MULTIPOLYGON EMPTY
 #650|MULTIPOINT(0 0,1 1,2 2)
-#667|SRID=4326;CURVEPOLYGON(CIRCULARSTRING(30 40,-50 40,30 40))
+#667|CURVEPOLYGON(CIRCULARSTRING(30 40,-50 40,30 40))
 #677.deprecated|1121395
 #677|1121395
 #680|01d107000000000000000024c000000000000049400000000000000040

-----------------------------------------------------------------------

Summary of changes:
 regress/core/tickets.sql      | 2 +-
 regress/core/tickets_expected | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list