[SCM] PostGIS branch master updated. 3.5.0-222-gd345ba7e1

git at osgeo.org git at osgeo.org
Tue Mar 11 08:36:12 PDT 2025


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  d345ba7e1da4263a0f29b5424c4d10a73b1597c6 (commit)
      from  450d3b770035c2281dd8e63b25be694b0b9baec8 (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 d345ba7e1da4263a0f29b5424c4d10a73b1597c6
Author: Sandro Santilli <strk at kbt.io>
Date:   Tue Mar 11 16:35:55 2025 +0100

    Add debug line

diff --git a/liblwgeom/topo/lwgeom_topo.c b/liblwgeom/topo/lwgeom_topo.c
index 54cf8c399..dc41994a2 100644
--- a/liblwgeom/topo/lwgeom_topo.c
+++ b/liblwgeom/topo/lwgeom_topo.c
@@ -7835,6 +7835,9 @@ lwt_GetFaceContainingPoint(LWT_TOPOLOGY* topo, const LWPOINT* pt)
    * we found the face containing our query point */
   if ( closestEdge->face_left == closestEdge->face_right )
   {
+    LWDEBUGF(1, "Closest point is on a edge with face %" LWTFMT_ELEMID
+      " on both sides", closestEdge->face_left);
+
     containingFace = closestEdge->face_left;
     _lwt_release_edges(closestEdge, 1);
     return containingFace;

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

Summary of changes:
 liblwgeom/topo/lwgeom_topo.c | 3 +++
 1 file changed, 3 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list