[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha2-147-g826ac5c
git at osgeo.org
git at osgeo.org
Thu Nov 5 11:54:07 PST 2020
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 826ac5c18ce176772f74f3661daa83fe3272643c (commit)
from e2b89503cd7cd3e4942877894d4b8b7f1a44ba6b (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 826ac5c18ce176772f74f3661daa83fe3272643c
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Thu Nov 5 11:54:01 2020 -0800
Add test for polar stereographic transform. References #4748
diff --git a/regress/core/tickets.sql b/regress/core/tickets.sql
index abb3926..9d87199 100644
--- a/regress/core/tickets.sql
+++ b/regress/core/tickets.sql
@@ -1298,3 +1298,4 @@ SELECT '#4670-5', ST_AsEWKT(ST_AddPoint('LINESTRING(0 0, 1 1, 3 3, 4 4)'::geomet
SELECT '#4689', _ST_DistanceTree('POLYGON ((30 10, 40 40, 20 40, 30 10))'::geography, 'POLYGON((81 6,140 35,-70 18,-51 0,-60 -46,106 -6,81 6))');
+SELECT '#4748', ST_AsEWKT(ST_Transform(ST_SetSRID(ST_Point(-36.75, -54.25), 4326), 3031),1);
diff --git a/regress/core/tickets_expected b/regress/core/tickets_expected
index d0cc88a..c4a63c7 100644
--- a/regress/core/tickets_expected
+++ b/regress/core/tickets_expected
@@ -434,3 +434,4 @@ ERROR: BOX2D_construct: args can not be empty points
#4670-4|LINESTRING(0 0,1 1,3 3,4 4,2 2)
ERROR: LWGEOM_addpoint: Invalid offset
#4689|0
+#4748|SRID=3031;POINT(-2399498.7 3213318.5)
-----------------------------------------------------------------------
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