[postgis-tickets] [PostGIS] #3306: ST_LineMerge drops vertical segments
PostGIS
trac at osgeo.org
Thu Oct 1 08:04:30 PDT 2015
#3306: ST_LineMerge drops vertical segments
---------------------+---------------------------
Reporter: bfreed3 | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.1.9
Component: postgis | Version: 2.1.x
Keywords: |
---------------------+---------------------------
SELECT ST_AsText(ST_LineMerge(ST_GeomFromText('MULTILINESTRING((0 0 0, 10
10 10, 20 20 10),(20 20 10, 30 30 20, 30 30 40))')));
The resulting Linestring has a Z dimension, but loses the vertical
segments.
This becomes a problem when tracking pipeline construction at places where
vertical pipes branch off, for example.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3306>
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