[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-403-g8c0a6c6ec

git at osgeo.org git at osgeo.org
Mon Dec 19 15:09:01 PST 2022


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  8c0a6c6ec2247b1c02f3e35db7aa4f6e99001f94 (commit)
      from  f29fb6eff3f37ee95cbab8317f929c9b313863b1 (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 8c0a6c6ec2247b1c02f3e35db7aa4f6e99001f94
Author: Björn Harrtell <bjornharrtell at users.noreply.github.com>
Date:   Fri Dec 16 15:26:28 2022 +0100

    Add additional documented values for feature_type
    Closes https://github.com/postgis/postgis/pull/717

diff --git a/doc/extras_topology.xml b/doc/extras_topology.xml
index beff2f074..4a0978f39 100644
--- a/doc/extras_topology.xml
+++ b/doc/extras_topology.xml
@@ -319,7 +319,7 @@ ERROR:  value for domain topology.topoelementarray violates check constraint "di
                     Otherwise this layer will contain hierarchical TopoGeometries (composed by TopoGeometries from the child_layer).</para>
 
                 <para>Once the layer is created (its id is returned by the AddTopoGeometryColumn function) you're ready to construct TopoGeometry objects in it</para>
-                <para>Valid <varname>feature_type</varname>s are: POINT, LINE, POLYGON, COLLECTION</para>
+                <para>Valid <varname>feature_type</varname>s are: POINT, MULTIPOINT, LINE, MULTILINE, POLYGON, MULTIPOLYGON, COLLECTION</para>
 
                 <!-- use this format if new function -->
                 <para>Availability: 1.1</para>

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

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