[postgis-devel] [PostGIS] #1500: ST_AppendLine(line1, line2, [gap_tolerance]) (was: ST_ConcatenateLines(line1, line2))

PostGIS trac at osgeo.org
Thu Jan 26 00:12:12 PST 2012


#1500: ST_AppendLine(line1, line2, [gap_tolerance])
-------------------------+--------------------------------------------------
 Reporter:  strk         |       Owner:  pramsey      
     Type:  enhancement  |      Status:  new          
 Priority:  medium       |   Milestone:  PostGIS 2.0.0
Component:  postgis      |     Version:  trunk        
 Keywords:               |  
-------------------------+--------------------------------------------------

Comment(by strk):

 AppendLine is likely a better name as it makes it clearer that it should
 be considered a method of the first line.

 BTW, did we ever experiment about accepting a typed geometry ?
 Like:
 {{{
  ST_AppendLine(line1 geometry(line), line2 geometry(line), gapTol float8
 DEFAULT 0)
 }}}

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