[postgis-tickets] [PostGIS] #3510: ST_RemoveColinearPoints
PostGIS
trac at osgeo.org
Tue Mar 22 10:22:58 PDT 2016
#3510: ST_RemoveColinearPoints
--------------------------+---------------------------
Reporter: robe | Owner: pramsey
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 2.3.0
Component: postgis | Version: trunk
Resolution: | Keywords:
--------------------------+---------------------------
Comment (by dbaston):
Can we just be able to tack a special case into the existing simplify
logic to handle the start/end point of a ring? Simplify as-is, then
simplify segment with startpoint and the vertex to either side, then
splice back together?
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3510#comment:9>
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