[postgis-tickets] [SCM] PostGIS branch stable-3.1 updated. 3.1.9-3-g978c936cf
git at osgeo.org
git at osgeo.org
Tue Jun 20 16:15:02 PDT 2023
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 978c936cffc3c0c4bd5450cc5d1aed7b9acc2bdb (commit)
from a304075e17923597a3fcf0b203f381213694b5e7 (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 978c936cffc3c0c4bd5450cc5d1aed7b9acc2bdb
Author: Regina Obe <lr at pcorp.us>
Date: Tue Jun 20 19:12:59 2023 -0400
Take out ticket regress test #4037
Gives different error notice on newer GEOS
Closes #5404 for PostGIS 3.1.10
diff --git a/regress/core/tickets.sql b/regress/core/tickets.sql
index b1c83c8e8..1660677e8 100644
--- a/regress/core/tickets.sql
+++ b/regress/core/tickets.sql
@@ -1094,12 +1094,6 @@ select '#4025', ST_DistanceCPA (
2996311.81673704 5844916.90864168 1180471541.171)'::geometry
);
--- a butterfly polygon in all cases
-SELECT '#4037.1', ST_AsText(ST_Intersection('POLYGON((0 0, 10 10, 0 10, 10 0, 0 0))', ST_MakeEnvelope(2,2,8,8)));
-SELECT '#4037.2', ST_AsText(ST_Difference('POLYGON((0 0, 10 10, 0 10, 10 0, 0 0))', ST_MakeEnvelope(2,2,8,8)));
-SELECT '#4037.3', ST_AsText(ST_SymDifference('POLYGON((0 0, 10 10, 0 10, 10 0, 0 0))', ST_MakeEnvelope(2,2,8,8)));
-SELECT '#4037.4', ST_AsText(ST_Union('POLYGON((0 0, 10 10, 0 10, 10 0, 0 0))', ST_MakeEnvelope(2,2,8,8)));
-
-- #4055
SELECT '#4055a', ST_SRID(unnest(ST_ClusterWithin(ARRAY['SRID=4326;POINT (3 7)'::geometry, 'SRID=4326;LINESTRING (3 0, 3 9)'], 0)));
SELECT '#4055b', ST_SRID(unnest(ST_ClusterIntersecting(ARRAY['SRID=4326;POINT (3 7)'::geometry, 'SRID=4326;LINESTRING (3 0, 3 9)'])));
diff --git a/regress/core/tickets_expected b/regress/core/tickets_expected
index e7ca0aab7..af2604dd6 100644
--- a/regress/core/tickets_expected
+++ b/regress/core/tickets_expected
@@ -327,10 +327,6 @@ NOTICE: Too few points in geometry component at or near point 0 0
#4011|ST_MultiLineString|MULTILINESTRING EMPTY|t|t
#4011|ST_GeometryCollection|MULTILINESTRING((0 0,0 0))|f|f
#4025|
-ERROR: lwgeom_intersection_prec: GEOS Error: TopologyException: Input geom 0 is invalid: Self-intersection
-ERROR: lwgeom_difference_prec: GEOS Error: TopologyException: Input geom 0 is invalid: Self-intersection
-ERROR: lwgeom_symdifference_prec: GEOS Error: TopologyException: Input geom 0 is invalid: Self-intersection
-ERROR: lwgeom_union_prec: GEOS Error: TopologyException: Input geom 0 is invalid: Self-intersection
#4055a|4326
#4055b|4326
#4089|LINESTRING Z (1 1 1,3 3 1)
-----------------------------------------------------------------------
Summary of changes:
regress/core/tickets.sql | 6 ------
regress/core/tickets_expected | 4 ----
2 files changed, 10 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list