[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-140-g56f169554
git at osgeo.org
git at osgeo.org
Tue Sep 27 12:41:55 PDT 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 56f1695540c2fc98ee93e32a68e96405a0c64177 (commit)
from b29d0cf614ebfee3062f180dd4c587708cf0b535 (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 56f1695540c2fc98ee93e32a68e96405a0c64177
Author: Martin Davis <mtnclimb at gmail.com>
Date: Tue Sep 27 12:41:50 2022 -0700
Fix doc ST_Relate BNR values
diff --git a/doc/reference_relationship.xml b/doc/reference_relationship.xml
index 17d2980d0..97fcc3ba3 100644
--- a/doc/reference_relationship.xml
+++ b/doc/reference_relationship.xml
@@ -1491,10 +1491,10 @@ FROM (SELECT ST_GeomFromText('POLYGON ((40 170, 90 30, 180 100, 40 170))') AS a,
</para></listitem>
<listitem><para><code>2</code>: <emphasis role="bold">Endpoint</emphasis> - all endpoints are in the Boundary.
</para></listitem>
- <listitem><para><code>2</code>: <emphasis role="bold">MultivalentEndpoint</emphasis> - endpoints are in the Boundary if they occur more than once.
+ <listitem><para><code>3</code>: <emphasis role="bold">MultivalentEndpoint</emphasis> - endpoints are in the Boundary if they occur more than once.
In other words, the boundary is all the "attached" or "inner" endpoints (but not the "unattached/outer" ones).
</para></listitem>
- <listitem><para><code>2</code>: <emphasis role="bold">MonovalentEndpoint</emphasis> - endpoints are in the Boundary if they occur only once.
+ <listitem><para><code>4</code>: <emphasis role="bold">MonovalentEndpoint</emphasis> - endpoints are in the Boundary if they occur only once.
In other words, the boundary is all the "unattached" or "outer" endpoints.
</para></listitem>
</itemizedlist>
-----------------------------------------------------------------------
Summary of changes:
doc/reference_relationship.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list