[postgis-tickets] [SCM] PostGIS branch stable-2.5 updated. 2.5.8-3-gd745b7b97

git at osgeo.org git at osgeo.org
Sat Oct 29 07:59:34 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, stable-2.5 has been updated
       via  d745b7b97427122306e841ef79865148dadff3a0 (commit)
      from  142b759e4b1a22681cbb77db70831015f13898bc (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 d745b7b97427122306e841ef79865148dadff3a0
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 2.5.9

diff --git a/regress/snaptogrid.sql b/regress/snaptogrid.sql
index ae12da4d9..420b1e629 100644
--- a/regress/snaptogrid.sql
+++ b/regress/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/snaptogrid_expected b/regress/snaptogrid_expected
index 2e8f2b4ab..3adaad8a7 100644
--- a/regress/snaptogrid_expected
+++ b/regress/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/snaptogrid.sql      | 2 +-
 regress/snaptogrid_expected | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list