[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha2-33-g626556b
git at osgeo.org
git at osgeo.org
Thu Jul 30 08:52:49 PDT 2020
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 626556b359e39ef94f24f14e28621860b866283a (commit)
from 90cee0e81cf28f3c46aac77a964e3208ded79ccd (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 626556b359e39ef94f24f14e28621860b866283a
Author: Regina Obe <lr at pcorp.us>
Date: Thu Jul 30 11:52:28 2020 -0400
Put note that both ST_Split and ST_WrapX require GEOS
diff --git a/doc/reference_processing.xml b/doc/reference_processing.xml
index e62a9cb..205a872 100644
--- a/doc/reference_processing.xml
+++ b/doc/reference_processing.xml
@@ -2831,8 +2831,7 @@ This is useful to "recenter" long-lat input to have features
of interest not spawned from one side to the other.
</para></note>
- <para>Availability: 2.3.0</para>
-
+ <para>Availability: 2.3.0 requires GEOS</para>
<para>&Z_support;</para>
<!-- TODO: check these
<para>&P_support;</para>
@@ -3233,7 +3232,7 @@ LINESTRING M (5 2 3.40282346638529e+38,3 8 29,6 20 1.5,7 25 49.5,10 10 3.4028234
should always yield the original geometry.
</para>
- <para>Availability: 2.0.0</para>
+ <para>Availability: 2.0.0 requires GEOS</para>
<para>Enhanced: 2.2.0 support for splitting a line by a multiline, a multipoint or (multi)polygon boundary was introduced.</para>
<para>Enhanced: 2.5.0 support for splitting a polygon by a multiline was introduced.</para>
-----------------------------------------------------------------------
Summary of changes:
doc/reference_processing.xml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list