[postgis-tickets] [PostGIS] #3772: ST_CurveToLine balanced output segments
PostGIS
trac at osgeo.org
Mon Jun 19 09:07:01 PDT 2017
#3772: ST_CurveToLine balanced output segments
--------------------------+---------------------------
Reporter: strk | Owner: strk
Type: enhancement | Status: closed
Priority: medium | Milestone: PostGIS 2.4.0
Component: postgis | Version: trunk
Resolution: fixed | Keywords:
--------------------------+---------------------------
Changes (by strk):
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"15430" 15430]:
{{{
#!CommitTicketReference repository="" revision="15430"
Implement extended ST_CurveToLine signature
Adds lwcurve_linearize function at liblwgeom level.
Turns lwgeom_stroke into a wrapper, keept it for backward compatibility.
Reduces allocations in linearization procedures.
Implements SYMMETRIC and RETAIN_ANGLE flags.
Implements MAX_DEVIATION, MAX_ANGLE and SEGS_PER_QUADRANT configs.
Includes unit and SQL tests.
Includes documentation.
Closes #2464 (maxError configuration is MAX_DEVIATION)
Closes #3772 (balanced output is SYMMETRIC and RETAIN_ANGLE flags)
Document the new ST_CurveToLine signature
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3772#comment:3>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list