[PostGIS] #5848: expose a lower level function of TopoGeo_AddLineString that returns more info

PostGIS trac at osgeo.org
Tue Feb 4 00:25:10 PST 2025


#5848: expose a lower level function of TopoGeo_AddLineString that returns more
info
--------------------------------+---------------------------
  Reporter:  Lars Aksel Opsahl  |      Owner:  strk
      Type:  enhancement        |     Status:  new
  Priority:  medium             |  Milestone:  PostGIS 3.5.3
 Component:  topology           |    Version:  3.4.x
Resolution:                     |   Keywords:
--------------------------------+---------------------------
Comment (by Lars Aksel Opsahl):

 The return struct for the side effects need contain info that shows what
 edges that now represents edge 1 for instance something like this

 {{{
 [
 [0,[3,4]],
 [1,[1,2]]
 ]
 }}}

 The first line(0) is always representing the new line, the next line are
 representing the side effects.
 That tells us that edge 1 has been split into edge 1 and 2.

 Lars
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5848#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