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

Darafei "Komяpa" Praliaskouski me at komzpa.net
Thu Nov 29 02:30:55 PST 2018


Ticket number should have been #4262.

On Thu, Nov 29, 2018 at 12:31 PM Raul <raul at rmr.ninja> wrote:

> 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
>
> _______________________________________________
> postgis-tickets mailing list
> postgis-tickets at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/postgis-tickets



-- 
Darafei Praliaskouski
Support me: http://patreon.com/komzpa
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-tickets/attachments/20181129/a1630f07/attachment-0001.html>


More information about the postgis-tickets mailing list