]> granicus.if.org Git - postgis/commitdiff
ST_LineToCurve is also available since 1.3.0
authorSandro Santilli <strk@kbt.io>
Fri, 23 Feb 2018 14:18:54 +0000 (14:18 +0000)
committerSandro Santilli <strk@kbt.io>
Fri, 23 Feb 2018 14:18:54 +0000 (14:18 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@16413 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_processing.xml

index 99f9b44a4c2441682f4f499c44132a11c19047ed..69fc70d16cad935a234a6d0e36b5867dcd38c543 100644 (file)
@@ -1996,7 +1996,7 @@ from  ST_GeomFromText('LINESTRING Z (2 2 6,1.5 1.5 7,1 1 8,0.5 0.5 8,0 0 10)') A
 
                <para>Converts plain LINESTRING/POLYGON to CIRCULAR STRINGs and Curved Polygons.  Note much fewer points are needed to describe the curved equivalent.</para>
                <note><para>If the input LINESTRING/POLYGON is not curved enough to clearly represent a curve, the function will return the same input geometry.</para></note>
-               <para>Availability: 1.2.2?</para>
+               <para>Availability: 1.3.0</para>
                <para>&Z_support;</para>
                <para>&curve_support;</para>
          </refsection>