[postgis-tickets] [PostGIS] #4153: Make ST_Segmentize split longer segments proportionally
PostGIS
trac at osgeo.org
Thu Aug 23 02:56:37 PDT 2018
#4153: Make ST_Segmentize split longer segments proportionally
----------------------+---------------------------
Reporter: komzpa | Owner: komzpa
Type: defect | Status: closed
Priority: medium | Milestone: PostGIS 3.0.0
Component: postgis | Version: trunk
Resolution: fixed | Keywords:
----------------------+---------------------------
Changes (by komzpa):
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"16701" 16701]:
{{{
#!CommitTicketReference repository="" revision="16701"
ST_Segmentize: split geometry proportionally.
This helps avoid situations when 52 meter long segment is split into 50
and 2 meter long ones,
and split into 26 and 26 meter long ones. It is crucial for good
interpolating M and Z values.
Thanks Andrew Shadoura for supporting me on Patreon:
https://www.patreon.com/komzpa
Closes https://github.com/postgis/postgis/pull/287
Closes #4153
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4153#comment:1>
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