[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-50-g73ab1e46e
git at osgeo.org
git at osgeo.org
Sun Aug 27 14:11:38 PDT 2023
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 73ab1e46e4cbe451e8436e88683a3d08bf60f547 (commit)
from 129502112682480a8309c2100f1cdf546445c5e4 (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 73ab1e46e4cbe451e8436e88683a3d08bf60f547
Author: Martin Davis <mtnclimb at gmail.com>
Date: Sun Aug 27 14:11:29 2023 -0700
Fix doc typo in ST_Split caption
diff --git a/doc/reference_overlay.xml b/doc/reference_overlay.xml
index 9eefe11bd..f60b00f7a 100644
--- a/doc/reference_overlay.xml
+++ b/doc/reference_overlay.xml
@@ -534,7 +534,7 @@ SELECT ST_AsText( ST_Split(
POLYGON(..))
)
</programlisting>
- <para>Split a MultiLineString a Point, where the point lies exactly on both LineStrings elements.</para>
+ <para>Split a MultiLineString by a Point, where the point lies exactly on both LineStrings elements.</para>
<informaltable>
<tgroup cols="2">
<tbody>
@@ -569,7 +569,7 @@ SELECT ST_AsText( ST_Split(
</informaltable>
<programlisting>
SELECT ST_AsText(ST_Split(
- 'MULTILINESTRING((10 10, 190 191), (15 15, 30 30, 100 90))',
+ 'MULTILINESTRING((10 10, 190 190), (15 15, 30 30, 100 90))',
ST_Point(30,30))) As split;
split
-----------------------------------------------------------------------
Summary of changes:
doc/reference_overlay.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list