[postgis-tickets] r17086 - Document MULTISURFACE compatibility of ST_LineToCurve

Raul raul at rmr.ninja
Thu Nov 29 01:31:43 PST 2018


Author: algunenano
Date: 2018-11-29 01:31:43 -0800 (Thu, 29 Nov 2018)
New Revision: 17086

Modified:
   trunk/NEWS
   trunk/doc/reference_processing.xml
Log:
Document MULTISURFACE compatibility of ST_LineToCurve

Patch by Steven Ottens

Closes #4162
Closes https://github.com/postgis/postgis/pull/343


Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2018-11-29 09:29:59 UTC (rev 17085)
+++ trunk/NEWS	2018-11-29 09:31:43 UTC (rev 17086)
@@ -45,6 +45,7 @@
   - #4244, Avoid unaligned memory access in BOX2D_out (Raúl Marín)
   - #4139, Make mixed-dimension ND index build tree correctly (Darafei Praliaskouski,
            Arthur Lesuisse, Andrew Gierth, Raúl Marín)
+  - #4162, Document MULTISURFACE compatibility of ST_LineToCurve (Steven Ottens)
 
 PostGIS 2.5.0
 2018/09/23

Modified: trunk/doc/reference_processing.xml
===================================================================
--- trunk/doc/reference_processing.xml	2018-11-29 09:29:59 UTC (rev 17085)
+++ trunk/doc/reference_processing.xml	2018-11-29 09:31:43 UTC (rev 17086)
@@ -920,7 +920,7 @@
 	  <refnamediv>
 		<refname>ST_CurveToLine</refname>
 
-		<refpurpose>Converts a CIRCULARSTRING/CURVEPOLYGON to a LINESTRING/POLYGON</refpurpose>
+		<refpurpose>Converts a CIRCULARSTRING/CURVEPOLYGON/MULTISURFACE to a LINESTRING/POLYGON/MULTIPOLYGON</refpurpose>
 	  </refnamediv>
 
 	  <refsynopsisdiv>
@@ -938,7 +938,7 @@
 	  <refsection>
 		<title>Description</title>
 
-		<para>Converts a CIRCULAR STRING to regular LINESTRING or CURVEPOLYGON to POLYGON. Useful for outputting to devices that can't support CIRCULARSTRING geometry types</para>
+		<para>Converts a CIRCULAR STRING to regular LINESTRING or CURVEPOLYGON to POLYGON or MULTISURFACE to MULTIPOLYGON. Useful for outputting to devices that can't support CIRCULARSTRING geometry types</para>
 
 		<para>Converts a given geometry to a linear geometry.
 		Each curved geometry or segment is converted into a linear



More information about the postgis-tickets mailing list