[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha2-2-g9c32085
git at osgeo.org
git at osgeo.org
Sat Jul 18 18:35:41 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 9c320855f6b9db476750eff88d2f13aa79b99f94 (commit)
from dbefa4aea52ada0ef70b2676df5b8e0a6aac6b32 (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 9c320855f6b9db476750eff88d2f13aa79b99f94
Author: Regina Obe <lr at pcorp.us>
Date: Sat Jul 18 21:35:15 2020 -0400
Put note that ST_MaximumInscribedCircle requires GEOS 3.9
diff --git a/doc/reference_processing.xml b/doc/reference_processing.xml
index 6131d27..e62a9cb 100644
--- a/doc/reference_processing.xml
+++ b/doc/reference_processing.xml
@@ -1924,9 +1924,7 @@ FROM (SELECT ST_Translate(ST_Force3D(ST_Boundary(ST_Buffer(ST_Point(1,3), 2,2)))
<para>Finds the largest circle that can by fully contained within a geometry. Returns a record with the center point of that circle, the point on the geometry that is nearest to the center, and the radius of the circle. </para>
<para>For polygonal inputs, the circle is inscribed within the external ring, using the internal rings as boundaries. For linear and point inputs, the circle is inscribed within the convex hull of the input, using the input as further boundaries.</para>
-
- <para>Performed by the GEOS module.</para>
- <para>Availability: 3.1.0</para>
+ <para>Availability: 3.1.0 - requires GEOS >= 3.9.0.</para>
</refsection>
<refsection>
-----------------------------------------------------------------------
Summary of changes:
doc/reference_processing.xml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list