From: Paul Ramsey Date: Mon, 5 Oct 2015 20:18:43 +0000 (+0000) Subject: #2916, they are 'curvepolygon' not 'curvedpolygon' X-Git-Tag: 2.2.0~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7fb3e46975546e6e4411e7909c804036ec68ed0f;p=postgis #2916, they are 'curvepolygon' not 'curvedpolygon' git-svn-id: http://svn.osgeo.org/postgis/trunk@14196 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_processing.xml b/doc/reference_processing.xml index 87907e218..003590fef 100644 --- a/doc/reference_processing.xml +++ b/doc/reference_processing.xml @@ -818,7 +818,7 @@ POLYGON((50 5,10 8,10 10,100 190,150 30,150 10,50 5)) ST_CurveToLine - Converts a CIRCULARSTRING/CURVEDPOLYGON to a LINESTRING/POLYGON + Converts a CIRCULARSTRING/CURVEPOLYGON to a LINESTRING/POLYGON @@ -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 ST_LineToCurve - Converts a LINESTRING/POLYGON to a CIRCULARSTRING, CURVED POLYGON + Converts a LINESTRING/POLYGON to a CIRCULARSTRING, CURVEPOLYGON diff --git a/doc/xsl/postgis_aggs_mm.xml.xsl b/doc/xsl/postgis_aggs_mm.xml.xsl index 9f4d83887..c555744e0 100644 --- a/doc/xsl/postgis_aggs_mm.xml.xsl +++ b/doc/xsl/postgis_aggs_mm.xml.xsl @@ -220,7 +220,7 @@ PostGIS Curved Geometry Support Functions - The functions given below are PostGIS functions that can use CIRCULARSTRING, CURVEDPOLYGON, and other curved geometry types + The functions given below are PostGIS functions that can use CIRCULARSTRING, CURVEPOLYGON, and other curved geometry types