]> granicus.if.org Git - postgis/commitdiff
#2916, they are 'curvepolygon' not 'curvedpolygon'
authorPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 5 Oct 2015 20:18:43 +0000 (20:18 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 5 Oct 2015 20:18:43 +0000 (20:18 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14196 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_processing.xml
doc/xsl/postgis_aggs_mm.xml.xsl

index 87907e218c1b113ffc0c14846ed416ed31515016..003590fef73eb0d4b5ff55783c002af7ced2ab00 100644 (file)
@@ -818,7 +818,7 @@ POLYGON((50 5,10 8,10 10,100 190,150 30,150 10,50 5))
          <refnamediv>
                <refname>ST_CurveToLine</refname>
 
-               <refpurpose>Converts a CIRCULARSTRING/CURVEDPOLYGON to a LINESTRING/POLYGON</refpurpose>
+               <refpurpose>Converts a CIRCULARSTRING/CURVEPOLYGON to a LINESTRING/POLYGON</refpurpose>
          </refnamediv>
 
          <refsynopsisdiv>
@@ -1814,7 +1814,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
          <refnamediv>
                <refname>ST_LineToCurve</refname>
 
-               <refpurpose>Converts a LINESTRING/POLYGON to a CIRCULARSTRING, CURVEPOLYGON</refpurpose>
+               <refpurpose>Converts a LINESTRING/POLYGON to a CIRCULARSTRING, CURVEPOLYGON</refpurpose>
          </refnamediv>
 
          <refsynopsisdiv>
index 9f4d8388708792681e61f8bd87e07e3667e88ed9..c555744e002268554193fd3e4ed233c23031087a 100644 (file)
 
                <sect1 id="PostGIS_Curved_GeometryFunctions">
                        <title>PostGIS Curved Geometry Support Functions</title>
-                       <para>The functions given below are PostGIS functions that can use CIRCULARSTRING, CURVEDPOLYGON, and other curved geometry types</para>
+                       <para>The functions given below are PostGIS functions that can use CIRCULARSTRING, CURVEPOLYGON, and other curved geometry types</para>
                                <itemizedlist>
                        <!-- Pull out the purpose section for each ref entry and strip whitespace and put in a variable to be tagged unto each function comment  -->
                                <xsl:for-each select='//refentry'>