[SCM] PostGIS branch stable-3.1 updated. 3.1.11-11-g57fb5d312
git at osgeo.org
git at osgeo.org
Sat Oct 26 12:56:17 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.1 has been updated
via 57fb5d3124fab2b624a1ee21c980d9beed0c7b95 (commit)
from e69cdccb879a4d9064cf106a5fefd5de9a15fcf2 (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 57fb5d3124fab2b624a1ee21c980d9beed0c7b95
Author: Sandro Santilli <strk at kbt.io>
Date: Sat Oct 26 21:48:53 2024 +0200
Fix typo in ST_ChangeEdgeGeom doc
See https://lists.osgeo.org/pipermail/postgis-devel/2024-October/030435.html
diff --git a/doc/extras_topology.xml b/doc/extras_topology.xml
index e937d6027..d799526e3 100644
--- a/doc/extras_topology.xml
+++ b/doc/extras_topology.xml
@@ -1445,7 +1445,7 @@ Changes the shape of an edge without affecting the topology structure.
<refsynopsisdiv>
<funcsynopsis>
<funcprototype>
- <funcdef>integer <function>ST_ChangeEdgeGeom</function></funcdef>
+ <funcdef>text <function>ST_ChangeEdgeGeom</function></funcdef>
<paramdef><type>varchar </type> <parameter>atopology</parameter></paramdef>
<paramdef><type>integer </type> <parameter>anedge</parameter></paramdef>
<paramdef><type>geometry </type> <parameter>acurve</parameter></paramdef>
-----------------------------------------------------------------------
Summary of changes:
doc/extras_topology.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list