[postgis-tickets] [PostGIS] #4906: ST_LocateAlong wrongly returns multipoint
PostGIS
trac at osgeo.org
Mon Jul 26 13:16:27 PDT 2021
#4906: ST_LocateAlong wrongly returns multipoint
------------------------+----------------------------
Reporter: schelm903 | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.4.10
Component: postgis | Version: 2.4.x
Resolution: | Keywords:
------------------------+----------------------------
Comment (by pramsey):
I am not seeing this.
{{{
select ST_AsText(ST_LocateAlong('LINESTRING M (0 0 0, 1 1 1, 2 2 2)', 1.0,
0.5));
st_astext
------------------------------------------------------
MULTIPOINT M (0.646446609406726 1.353553390593274 1)
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4906#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