[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-953-g7be99c62a

git at osgeo.org git at osgeo.org
Mon May 29 11:49:06 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, master has been updated
       via  7be99c62a1dd9ee272a87d673960e84822a72a66 (commit)
      from  6ab265f7e18ff0aaf6f3efbe96852fbe1d3ad3be (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 7be99c62a1dd9ee272a87d673960e84822a72a66
Author: Sandro Santilli <strk at kbt.io>
Date:   Mon May 29 20:48:34 2023 +0200

    Don't use quad_segs<8, as newest GEOS will force a min of 8 anyway

diff --git a/regress/core/offsetcurve.sql b/regress/core/offsetcurve.sql
index 19623b65a..3bb1fcf9b 100644
--- a/regress/core/offsetcurve.sql
+++ b/regress/core/offsetcurve.sql
@@ -13,7 +13,7 @@ SELECT 't5b', ST_AsEWKT(ST_Normalize(ST_OffsetCurve(
  'SRID=42;LINESTRING(0 0, 10 0, 10 10)', 10)));
 SELECT 't6', ST_AsEWKT(ST_Normalize(ST_SnapToGrid(ST_OffsetCurve(
  'SRID=42;LINESTRING(0 0, 10 0, 10 10)', -10,
- 'quad_segs=2'),1)));
+ 'quad_segs=8'),1)));
 SELECT 't7', ST_AsEWKT(ST_Normalize(ST_OffsetCurve(
  'SRID=42;LINESTRING(0 0, 10 0, 10 10)', -10,
  'join=bevel'))
diff --git a/regress/core/offsetcurve_expected b/regress/core/offsetcurve_expected
index c06e01514..c3b00af60 100644
--- a/regress/core/offsetcurve_expected
+++ b/regress/core/offsetcurve_expected
@@ -6,7 +6,7 @@ t3|SRID=42;LINESTRING(0 -10,10 -10)
 t4|SRID=42;LINESTRING(0 10,10 10)
 t5|SRID=42;LINESTRING(0 -10,10 -10,12 -10,14 -9,16 -8,17 -7,18 -6,19 -4,20 -2,20 0,20 10)
 t5b|SRID=42;LINESTRING EMPTY
-t6|SRID=42;LINESTRING(0 -10,10 -10,17 -7,20 0,20 10)
+t6|SRID=42;LINESTRING(0 -10,10 -10,12 -10,14 -9,16 -8,17 -7,18 -6,19 -4,20 -2,20 0,20 10)
 t7|SRID=42;LINESTRING(0 -10,10 -10,20 0,20 10)
 t8|SRID=42;LINESTRING(0 -10,20 -10,20 10)
 t10|SRID=42;LINESTRING(0 2,7 2,3 9)

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

Summary of changes:
 regress/core/offsetcurve.sql      | 2 +-
 regress/core/offsetcurve_expected | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list