[postgis-tickets] [PostGIS] #3607: ST_LocateBetweenElevations failing on typed collections
PostGIS
trac at osgeo.org
Fri Aug 5 06:11:04 PDT 2016
#3607: ST_LocateBetweenElevations failing on typed collections
----------------------+---------------------------
Reporter: komzpa | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.3.0
Component: postgis | Version: 2.2.x
Resolution: | Keywords:
----------------------+---------------------------
Comment (by zarthur):
Hello,
I send pull request https://github.com/postgis/postgis/pull/112. After
this fix the query give the following result:
{{{
=> SELECT ST_AsText(ST_LocateBetweenElevations('MULTILINESTRING Z((0 0 0,
10 10 10))'::geometry, 11, 11));
st_astext
-------------------------
MULTILINESTRING Z EMPTY
(1 row)
}}}
I suppose ST_LocateBetweenElevations() becomes consistent after it. After
viewing code I don't see any drawbacks.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3607#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