[SCM] PostGIS branch stable-3.4 updated. 3.4.3-9-gfdf98b8c0
git at osgeo.org
git at osgeo.org
Thu Oct 3 01:38:18 PDT 2024
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.4 has been updated
via fdf98b8c0920c42305e9531c934a9b429de2304e (commit)
from 639f030bbead6727228399db0ac044a011be5f61 (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 fdf98b8c0920c42305e9531c934a9b429de2304e
Author: Sandro Santilli <strk at kbt.io>
Date: Thu Oct 3 10:35:42 2024 +0200
Notice -> Debug ( from last commit )
diff --git a/liblwgeom/lwgeom_topo.c b/liblwgeom/lwgeom_topo.c
index 5d8c0e609..7c256fcd4 100644
--- a/liblwgeom/lwgeom_topo.c
+++ b/liblwgeom/lwgeom_topo.c
@@ -3472,7 +3472,7 @@ lwt_ChangeEdgeGeom(LWT_TOPOLOGY* topo, LWT_ELEMID edge_id, LWLINE *geom)
LWT_ELEMID *signed_edge_ids;
LWPOLY *shell;
- lwnotice("Twist check before");
+ LWDEBUG(1, "Twist check before");
signed_edge_ids = lwt_be_getRingEdges(topo, edge_id, &num_signed_edge_ids, 0);
/* Get winding of left face ring */
if (!signed_edge_ids)
@@ -3504,7 +3504,7 @@ lwt_ChangeEdgeGeom(LWT_TOPOLOGY* topo, LWT_ELEMID edge_id, LWLINE *geom)
lwpoly_free(shell);
lwfree( signed_edge_ids );
- lwnotice("Ring of edge %" LWTFMT_ELEMID " is %sclockwise", edge_id, leftRingIsCCW ? "counter" : "");
+ LWDEBUGF(1, "Ring of edge %" LWTFMT_ELEMID " is %sclockwise", edge_id, leftRingIsCCW ? "counter" : "");
}}
@@ -3575,7 +3575,7 @@ lwt_ChangeEdgeGeom(LWT_TOPOLOGY* topo, LWT_ELEMID edge_id, LWLINE *geom)
LWPOLY *shell;
int isCCW;
- lwnotice("Twist check after");
+ LWDEBUG(1, "Twist check after");
signed_edge_ids = lwt_be_getRingEdges(topo, edge_id, &num_signed_edge_ids, 0);
/* Get winding of left face ring */
if (!signed_edge_ids)
-----------------------------------------------------------------------
Summary of changes:
liblwgeom/lwgeom_topo.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list