[postgis-devel] [PostGIS] #392: st_locate_between measures built on deprecated
PostGIS
trac at osgeo.org
Tue Jan 26 05:40:06 PST 2010
#392: st_locate_between measures built on deprecated
---------------------+------------------------------------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS Future
Component: postgis | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
Just noticed that our
{{{
CREATE OR REPLACE FUNCTION ST_locate_along_measure(geometry, float8)
RETURNS geometry
AS $$ SELECT locate_between_measures($1, $2, $2) $$
LANGUAGE 'sql' IMMUTABLE STRICT;
}}}
This I think should be using ST_Locate_Between_Measures instead. Anyrate
this function should be ST_LocateBetweenMeasures, but I guess we'll deal
with that in 2.0
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/392>
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-devel
mailing list