[postgis-tickets] [PostGIS] #3359: toTopoGeom misses a component linestring
PostGIS
trac at osgeo.org
Sat Nov 7 00:44:03 PST 2015
#3359: toTopoGeom misses a component linestring
----------------------+---------------------------
Reporter: strk | Owner: strk
Type: defect | Status: new
Priority: high | Milestone: PostGIS 2.2.1
Component: topology | Version: 2.2.x
Keywords: |
----------------------+---------------------------
The attached script shows a bug in topology.toTopoGeom which fails to
properly list 2 edges as components of a just-created TopoGeometry. It
inserts a 3 vertices line first, creating an edge, and a 4 vertices line
fully containing the first, creating a second edge. While
TopoGeo_addLinestring properly returns both edges as being created, the
relation table as populated by toTopoGeom contains a single edge for the
newly added TopoGeometry record.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3359>
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