[postgis-tickets] [PostGIS] #3113: Add curve support to ST_Simplify

PostGIS trac at osgeo.org
Fri May 8 06:39:08 PDT 2015


#3113: Add curve support to ST_Simplify
--------------------------+---------------------------
  Reporter:  aaime        |      Owner:  pramsey
      Type:  enhancement  |     Status:  new
  Priority:  medium       |  Milestone:  PostGIS 2.1.8
 Component:  postgis      |    Version:  2.1.x
Resolution:               |   Keywords:
--------------------------+---------------------------

Comment (by strk):

 I dont' think ST_Simplify should ever turn curves to lines. The reason to
 call ST_Simplify, generally, is to reduce the number of vertices. Curves
 already have less vertices than lines so why move from curves to lines ?

 How about just leave the curves as they are and simplify the linear parts
 ?
 Caller can always decide to ST_CurveToLine before feeding ST_Simplify...

--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/3113#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