[postgis-tickets] [SCM] PostGIS branch stable-3.1 updated. 3.1.1-19-gfca92fa

git at osgeo.org git at osgeo.org
Thu Feb 18 13:01:47 PST 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, stable-3.1 has been updated
       via  fca92faee92c151b6ae94866af7834cb5008d2d4 (commit)
      from  9b78c9c4209126e371751da17277813ebda83f09 (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 fca92faee92c151b6ae94866af7834cb5008d2d4
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Feb 18 13:01:11 2021 -0800

    Add tests to support earlier projection axis issues, references #4844

diff --git a/regress/core/tickets.sql b/regress/core/tickets.sql
index 14bb61b..4759cb5 100644
--- a/regress/core/tickets.sql
+++ b/regress/core/tickets.sql
@@ -1340,5 +1340,7 @@ FROM (SELECT
 'POINT(4 55)'::geography AS W,
 'POINT(4 56)'::geography AS NW ) points;
 
+SELECT '#4844', ST_AsEWKT(ST_SnapToGrid(ST_Transform('SRID=3575;POINT(370182.35945313 -2213980.8213281)'::geometry,4326),0.001));
+
 SELECT '#4853', ST_ClusterDBSCAN(geom,  eps := 0.000906495804256269, minpoints := 4) OVER() AS cid FROM (VALUES ('0101000020E6100000E4141DC9E5934B40D235936FB6193940'::geometry), ('0101000020E6100000C746205ED7934B40191C25AFCE193940'::geometry), ('0101000020E6100000C780ECF5EE934B40B6BE4868CB193940'::geometry), ('0101000020E6100000ABB2EF8AE0934B404451A04FE4193940'::geometry)) AS t(geom);
 
diff --git a/regress/core/tickets_expected b/regress/core/tickets_expected
index 08b46aa..58caed0 100644
--- a/regress/core/tickets_expected
+++ b/regress/core/tickets_expected
@@ -441,6 +441,7 @@ ERROR:  LWGEOM_addpoint: Invalid offset
 #4796|POLYGON((178632 397744,178738 397769,178745 397741,178749 397742,178752 397727,178748 397726,178759 397684,178699 397669,178694 397691,178646 397680,178632 397744))
 #4812|999999
 #4840|0|29|90|149|180|211|270|331
+#4844|SRID=4326;POINT(19.492 69.79)
 #4853|0
 #4853|0
 #4853|0

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list