[PostGIS] #4398: A function to smooth the linestring without losing vertices

PostGIS trac at osgeo.org
Fri May 1 10:42:29 PDT 2026


#4398: A function to smooth the linestring without losing vertices
--------------------------+-----------------------------
  Reporter:  komzpa       |      Owner:  komzpa
      Type:  enhancement  |     Status:  closed
  Priority:  medium       |  Milestone:  PostGIS Fund Me
 Component:  postgis      |    Version:  master
Resolution:  fixed        |   Keywords:
--------------------------+-----------------------------
Changes (by Paul Ramsey <pramsey@…>):

 * resolution:   => fixed
 * status:  assigned => closed

Comment:

 In [changeset:"0e794aa474544d0da986d4ba7a807103b97c129a/git"
 0e794aa4/git]:
 {{{#!CommitTicketReference repository="git"
 revision="0e794aa474544d0da986d4ba7a807103b97c129a"
 ST_CatmullSmoothing(geom, nSegments) "smoothes" a LineString or
 LinearRing by adding vertices, and leaves all the input vertices
 unchanged. The nSegments parameter controls how many vertices are
 added between each input pair.
 Closes #4398
 }}}
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4398#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