[postgis-tickets] r17085 - Document MULTISURFACE compatibility of ST_LineToCurve (Steven Ottens)

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


Author: algunenano
Date: 2018-11-29 01:29:59 -0800 (Thu, 29 Nov 2018)
New Revision: 17085

Modified:
   branches/2.5/NEWS
   branches/2.5/doc/reference_processing.xml
Log:
Document MULTISURFACE compatibility of ST_LineToCurve (Steven Ottens)

References #4162


Modified: branches/2.5/NEWS
===================================================================
--- branches/2.5/NEWS	2018-11-29 09:19:57 UTC (rev 17084)
+++ branches/2.5/NEWS	2018-11-29 09:29:59 UTC (rev 17085)
@@ -8,10 +8,11 @@
   - #4249, Fix undefined behaviour in raster intersection (Raúl Marín)
   - #4246, Fix undefined behaviour in ST_3DDistance (Raúl Marín)
   - #4244, Avoid unaligned memory access in BOX2D_out (Raúl Marín)
-  - #4139, Make mixed-dimension ND index build tree correctly. 
+  - #4139, Make mixed-dimension ND index build tree correctly.
   WARNING: REINDEX your ND index on tables that have records with different M/Z
            dimensions for &&& operator to work predictably.
            (Darafei Praliaskouski, Arthur Lesuisse, Andrew Gierth, Raúl Marín)
+  - #4162, Document MULTISURFACE compatibility of ST_LineToCurve (Steven Ottens)
 
 
 PostGIS 2.5.1

Modified: branches/2.5/doc/reference_processing.xml
===================================================================
--- branches/2.5/doc/reference_processing.xml	2018-11-29 09:19:57 UTC (rev 17084)
+++ branches/2.5/doc/reference_processing.xml	2018-11-29 09:29:59 UTC (rev 17085)
@@ -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