[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0alpha1-19-gf48c4a8

git at osgeo.org git at osgeo.org
Thu Sep 23 15:47:48 PDT 2021


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  f48c4a86a95203b06e05557d26145b2adf85923b (commit)
      from  c463da369c328c059982495ebb74025a97b9bbbf (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 f48c4a86a95203b06e05557d26145b2adf85923b
Author: michal <michal.palenik at freemap.sk>
Date:   Thu Sep 23 11:56:05 2021 -0700

    describe behaviour in case of LineStrings
    References https://git.osgeo.org/gitea/postgis/postgis/pulls/58 for
    PostGIS 3.2.0

diff --git a/doc/reference_overlay.xml b/doc/reference_overlay.xml
index 207b3aa..5f051ec 100644
--- a/doc/reference_overlay.xml
+++ b/doc/reference_overlay.xml
@@ -974,6 +974,9 @@ on that same grid. (Requires GEOS-3.9.0 or higher)
         </para></note>
 
     <para>Performed by the GEOS module.</para>
+    <para>ST_Union creates MultiLineString and does not sew LineStrings into a single LineString.
+        Use <xref linkend="ST_LineMerge" /> to sew LineStrings.</para>
+        
     <para>NOTE: this function was formerly called GeomUnion(), which
         was renamed from "Union" because UNION is an SQL reserved
         word.</para>

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

Summary of changes:
 doc/reference_overlay.xml | 3 +++
 1 file changed, 3 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list