[postgis-tickets] [SCM] PostGIS branch stable-2.3 updated. a0e6518f56fa5afc1c321a2a5dc863b962c09257

git at osgeo.org git at osgeo.org
Sun May 31 10:52:17 PDT 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, stable-2.3 has been updated
       via  a0e6518f56fa5afc1c321a2a5dc863b962c09257 (commit)
      from  545ddc39b19cd31c90596052f30ca528b10155ff (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 a0e6518f56fa5afc1c321a2a5dc863b962c09257
Author: Regina Obe <lr at pcorp.us>
Date:   Sun May 31 13:52:12 2020 -0400

    Try again last answer flip flopped - make intersection on sfcgal answer yield same answer always

diff --git a/regress/regress_ogc.sql b/regress/regress_ogc.sql
index ec726ac..f3cd8a5 100644
--- a/regress/regress_ogc.sql
+++ b/regress/regress_ogc.sql
@@ -157,7 +157,7 @@ SELECT 'overlaps', ST_overlaps('POLYGON((0 0, 0 10, 10 10, 10 0, 0 0))'::geometr
 SELECT 'isvalid', ST_isvalid('POLYGON((0 0, 0 10, 10 10, 10 0, 0 0))'::geometry);
 SELECT 'isvalid', ST_isvalid('POLYGON((0 0, 0 10, 10 10, -5 10, 10 0, 0 0))'::geometry);
 SELECT 'isvalid', ST_isvalid('GEOMETRYCOLLECTION EMPTY'::geometry);
-SELECT 'intersection', ST_astext(ST_intersection('LINESTRING(0 10, 0.0 0, 0 5)'::geometry, 'LINESTRING(0 1, 1 1)'::geometry));
+SELECT 'intersection', ST_astext(ST_intersection('LINESTRING(0 10, 0 1, 0 5)'::geometry, 'LINESTRING(0 0, 0 1, 1 1)'::geometry));
 SELECT 'difference', ST_astext(ST_difference('LINESTRING(0 10, 0 -10)'::GEOMETRY, 'LINESTRING(0 2, 0 -2)'::GEOMETRY));
 SELECT 'boundary', ST_astext(ST_boundary('POLYGON((0 0, 0 10, 10 10, 10 0, 0 0),(2 2, 2 4, 4 4, 4 2, 2 2))'::geometry));
 SELECT 'symdifference', ST_astext(ST_symdifference('POLYGON((0 0, 0 10, 10 10, 10 0, 0 0),(2 2, 2 4, 4 4, 4 2, 2 2))'::geometry, 'LINESTRING(0 0, 20 20)'::geometry));

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

Summary of changes:
 regress/regress_ogc.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list