[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0rc1-95-gb108f45
git at osgeo.org
git at osgeo.org
Thu Feb 18 13:04:13 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, master has been updated
via b108f45d25abf4360da449bd9f876c421eab9ed1 (commit)
from a97223f2ad9a570bf1a78a539c592bf2dc681c50 (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 b108f45d25abf4360da449bd9f876c421eab9ed1
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Thu Feb 18 13:04:10 2021 -0800
Add test to back-up earlier projection axis fix, references #4844
diff --git a/regress/core/tickets.sql b/regress/core/tickets.sql
index 52ced3b..a24eba2 100644
--- a/regress/core/tickets.sql
+++ b/regress/core/tickets.sql
@@ -1342,3 +1342,4 @@ FROM (SELECT
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);
+SELECT '#4844', ST_AsEWKT(ST_SnapToGrid(ST_Transform('SRID=3575;POINT(370182.35945313 -2213980.8213281)'::geometry,4326),0.001));
diff --git a/regress/core/tickets_expected b/regress/core/tickets_expected
index 03609b2..f262a13 100644
--- a/regress/core/tickets_expected
+++ b/regress/core/tickets_expected
@@ -444,3 +444,4 @@ ERROR: LWGEOM_addpoint: Invalid offset
#4853|0
#4853|0
#4853|0
+#4844|SRID=4326;POINT(19.492 69.79)
-----------------------------------------------------------------------
Summary of changes:
regress/core/tickets.sql | 1 +
regress/core/tickets_expected | 1 +
2 files changed, 2 insertions(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list