[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-300-gf94d56cf7

git at osgeo.org git at osgeo.org
Sat Oct 29 08:48:13 PDT 2022


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  f94d56cf7c0d48bd2a2db597c7efd0c8bf4fd904 (commit)
      from  20d228931b9b4a0a594669df27bdc25dbc30a146 (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 f94d56cf7c0d48bd2a2db597c7efd0c8bf4fd904
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Oct 29 10:58:39 2022 -0400

    Change test so also agrees on Arm.
    References #5241 for PostGIS 3.4.0

diff --git a/regress/core/snaptogrid.sql b/regress/core/snaptogrid.sql
index ae12da4d9..420b1e629 100644
--- a/regress/core/snaptogrid.sql
+++ b/regress/core/snaptogrid.sql
@@ -22,4 +22,4 @@ Select ST_AsText(g) as geometry, postgis_getbbox(g) AS box from geom;
 
 -- #5241
 SELECT '#5241' AS t, ST_AsText(ST_SnapToGrid( ST_GeomFromText('MULTIPOLYGON (((9 9, 9 1, 1 1, 2 4, 7 7, 9 9)), EMPTY)', 4326),  20.1, 20.1, 20.1, 20.1));
-SELECT '#5241' AS t, ST_AsText(ST_SnapToGrid( ST_GeomFromText('MULTIPOLYGON (((9 9, 9 1, 1 1, 2 4, 7 7, 9 9)), EMPTY)', 4326), 0.2, 0.2, 0.2, 0.2));
+SELECT '#5241' AS t, ST_AsText(ST_SnapToGrid( ST_GeomFromText('MULTIPOLYGON (((9 9, 9 1, 1 1, 2 4, 7 7, 9 9)), EMPTY)', 4326), 1, 1, 1, 1));
diff --git a/regress/core/snaptogrid_expected b/regress/core/snaptogrid_expected
index 2e8f2b4ab..3adaad8a7 100644
--- a/regress/core/snaptogrid_expected
+++ b/regress/core/snaptogrid_expected
@@ -6,4 +6,4 @@ t
 POLYGON((0 0,10 0,10 10,0 10,0 0))|BOX(0 0,10 10)
 POLYGON((0 0,10 0,10 10,0 10,0 0))|BOX(0 0,10 10)
 #5241|MULTIPOLYGON EMPTY
-#5241|MULTIPOLYGON(((9 9,9 1,1 1,2 4,7.000000000000001 7.000000000000001,9 9)))
+#5241|MULTIPOLYGON(((9 9,9 1,1 1,2 4,7 7,9 9)))

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list