[postgis-tickets] r16412 - Fix availability of ST_CurveToLine
Sandro Santilli
strk at kbt.io
Fri Feb 23 05:04:17 PST 2018
Author: strk
Date: 2018-02-23 05:04:16 -0800 (Fri, 23 Feb 2018)
New Revision: 16412
Modified:
trunk/doc/reference_processing.xml
Log:
Fix availability of ST_CurveToLine
It is 1.3.0, not 1.2.2 (which was never published, btw)
Modified: trunk/doc/reference_processing.xml
===================================================================
--- trunk/doc/reference_processing.xml 2018-02-22 22:22:10 UTC (rev 16411)
+++ trunk/doc/reference_processing.xml 2018-02-23 13:04:16 UTC (rev 16412)
@@ -974,7 +974,7 @@
</itemizedlist>
</para>
- <para>Availability: 1.2.2?</para>
+ <para>Availability: 1.3.0</para>
<para>Enhanced: 2.4.0 added support for max-deviation and max-angle tolerance, and for symmetric output.</para>
<para>&sfs_compliant;</para>
@@ -2282,7 +2282,7 @@
<para>
Returns a mimimum rotated rectangle enclosing a geometry.
Note that more than one minimum rotated rectangle may exist.
- May return a Point or LineString in the case of degenerate inputs.
+ May return a Point or LineString in the case of degenerate inputs.
</para>
<para>
Availability - 2.5.0
@@ -2302,7 +2302,7 @@
<programlisting>
SELECT ST_AsText(ST_OrientedEnvelope('MULTIPOINT ((0 0), (-1 -1), (3 2))'));
- st_astext
+ st_astext
------------------------------------------------
POLYGON((3 2,2.88 2.16,-1.12 -0.84,-1 -1,3 2))
</programlisting>
More information about the postgis-tickets
mailing list