[SCM] PostGIS branch master updated. 3.4.0rc1-965-g503013255
git at osgeo.org
git at osgeo.org
Mon Mar 4 07:13:25 PST 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, master has been updated
via 5030132559cd8504b0343efa903752f38c59bcee (commit)
via 334d4cc51a3543742315b9bb4dd2ca21c1a6770f (commit)
from d39cb4704868339eb118c831d34661fc1fe57fe4 (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 5030132559cd8504b0343efa903752f38c59bcee
Author: Sandro Santilli <strk at kbt.io>
Date: Mon Mar 4 16:12:49 2024 +0100
Move README.topo under the topo dir
diff --git a/liblwgeom/README.topo b/liblwgeom/topo/README.topo
similarity index 100%
rename from liblwgeom/README.topo
rename to liblwgeom/topo/README.topo
commit 334d4cc51a3543742315b9bb4dd2ca21c1a6770f
Author: Sandro Santilli <strk at kbt.io>
Date: Mon Mar 4 16:08:40 2024 +0100
Add debug line
diff --git a/liblwgeom/topo/lwgeom_topo.c b/liblwgeom/topo/lwgeom_topo.c
index 091c87354..c3da57c02 100644
--- a/liblwgeom/topo/lwgeom_topo.c
+++ b/liblwgeom/topo/lwgeom_topo.c
@@ -764,6 +764,7 @@ _lwt_CheckEdgeCrossing( LWT_TOPOLOGY* topo,
GEOSFree(relate);
GEOSGeom_destroy(eegg);
}
+ LWDEBUGF(1, "No edge crossing detected amongh the %d candidate edges", num_edges);
if ( edges ) _lwt_release_edges(edges, num_edges);
/* would be NULL if num_edges was 0 */
-----------------------------------------------------------------------
Summary of changes:
liblwgeom/{ => topo}/README.topo | 0
liblwgeom/topo/lwgeom_topo.c | 1 +
2 files changed, 1 insertion(+)
rename liblwgeom/{ => topo}/README.topo (100%)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list