[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-694-g7d7c40306

git at osgeo.org git at osgeo.org
Tue Mar 28 15:58:29 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  7d7c403069dd7bb8402d99d2c3a7df6106eafbef (commit)
      from  f43042025de04b44af6e3ee70bd5204177fd5559 (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 7d7c403069dd7bb8402d99d2c3a7df6106eafbef
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Tue Mar 28 15:58:06 2023 -0700

    Add note on what the default validity algorithm is

diff --git a/doc/reference_validation.xml b/doc/reference_validation.xml
index af36e2e62..9dbd71a6a 100644
--- a/doc/reference_validation.xml
+++ b/doc/reference_validation.xml
@@ -341,6 +341,7 @@ SELECT ST_IsValidReason('LINESTRING(220227 150406,2220227 150407,222020 150410)'
     The <varname>params</varname> argument can be used to supply an options
     string to select the method to use for building valid geometry.
     The options string is in the format "method=linework|structure keepcollapsed=true|false".
+    If no "params" argument is provided, the "linework" algorithm will be used as the default.
     </para>
 
     <para>The "method" key has two values.</para>

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

Summary of changes:
 doc/reference_validation.xml | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list