[SCM] PostGIS branch master updated. 3.5.0-35-gfc88b11cd
git at osgeo.org
git at osgeo.org
Tue Oct 29 10:31:31 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, master has been updated
via fc88b11cdbf25999c7f1510cf7e26d40e8a9dfd3 (commit)
from 020dc9366e28a62bda661eb6db6a95ac59f91294 (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 fc88b11cdbf25999c7f1510cf7e26d40e8a9dfd3
Author: Sandro Santilli <strk at kbt.io>
Date: Tue Oct 29 18:23:38 2024 +0100
Properly fix comment (typo, sorry)
diff --git a/liblwgeom/topo/lwgeom_topo.c b/liblwgeom/topo/lwgeom_topo.c
index e439dc7c0..e137ef336 100644
--- a/liblwgeom/topo/lwgeom_topo.c
+++ b/liblwgeom/topo/lwgeom_topo.c
@@ -5410,7 +5410,7 @@ _lwt_SnapEdgeToExistingNode(
/* TODO: check that newSplitEdgeLine part does not cross any other edge ? */
/* TODO: check that newSplitEdgeLine retains its position in the edge end star (see ticket #5786) */
- /* TODO: check that the motion range does not contain any node
+ /* TODO: check that the motion range does not contain any node */
{{
// build the motion range shape: splitC->geoms[0] + splitC->geoms[1] - edge->geom
-----------------------------------------------------------------------
Summary of changes:
liblwgeom/topo/lwgeom_topo.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list