<div dir="ltr">Ticket number should have been #4262.</div><br><div class="gmail_quote"><div dir="ltr">On Thu, Nov 29, 2018 at 12:31 PM Raul <raul@rmr.ninja> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: algunenano<br>
Date: 2018-11-29 01:31:43 -0800 (Thu, 29 Nov 2018)<br>
New Revision: 17086<br>
<br>
Modified:<br>
   trunk/NEWS<br>
   trunk/doc/reference_processing.xml<br>
Log:<br>
Document MULTISURFACE compatibility of ST_LineToCurve<br>
<br>
Patch by Steven Ottens<br>
<br>
Closes #4162<br>
Closes <a href="https://github.com/postgis/postgis/pull/343" rel="noreferrer" target="_blank">https://github.com/postgis/postgis/pull/343</a><br>
<br>
<br>
Modified: trunk/NEWS<br>
===================================================================<br>
--- trunk/NEWS  2018-11-29 09:29:59 UTC (rev 17085)<br>
+++ trunk/NEWS  2018-11-29 09:31:43 UTC (rev 17086)<br>
@@ -45,6 +45,7 @@<br>
   - #4244, Avoid unaligned memory access in BOX2D_out (Raúl Marín)<br>
   - #4139, Make mixed-dimension ND index build tree correctly (Darafei Praliaskouski,<br>
            Arthur Lesuisse, Andrew Gierth, Raúl Marín)<br>
+  - #4162, Document MULTISURFACE compatibility of ST_LineToCurve (Steven Ottens)<br>
<br>
 PostGIS 2.5.0<br>
 2018/09/23<br>
<br>
Modified: trunk/doc/reference_processing.xml<br>
===================================================================<br>
--- trunk/doc/reference_processing.xml  2018-11-29 09:29:59 UTC (rev 17085)<br>
+++ trunk/doc/reference_processing.xml  2018-11-29 09:31:43 UTC (rev 17086)<br>
@@ -920,7 +920,7 @@<br>
          <refnamediv><br>
                <refname>ST_CurveToLine</refname><br>
<br>
-               <refpurpose>Converts a CIRCULARSTRING/CURVEPOLYGON to a LINESTRING/POLYGON</refpurpose><br>
+               <refpurpose>Converts a CIRCULARSTRING/CURVEPOLYGON/MULTISURFACE to a LINESTRING/POLYGON/MULTIPOLYGON</refpurpose><br>
          </refnamediv><br>
<br>
          <refsynopsisdiv><br>
@@ -938,7 +938,7 @@<br>
          <refsection><br>
                <title>Description</title><br>
<br>
-               <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><br>
+               <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><br>
<br>
                <para>Converts a given geometry to a linear geometry.<br>
                Each curved geometry or segment is converted into a linear<br>
<br>
_______________________________________________<br>
postgis-tickets mailing list<br>
<a href="mailto:postgis-tickets@lists.osgeo.org" target="_blank">postgis-tickets@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/postgis-tickets" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/postgis-tickets</a></blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div>Darafei Praliaskouski</div><div>Support me: <a href="http://patreon.com/komzpa" target="_blank">http://patreon.com/komzpa</a></div></div></div></div>