Opened 14 years ago

Closed 11 years ago

Last modified 7 years ago

#392 closed defect (fixed)

st_locate_between measures built on deprecated

Reported by: robe Owned by: pramsey
Priority: medium Milestone: PostGIS Fund Me
Component: postgis Version: master
Keywords: Cc:

Description

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

Change History (2)

comment:1 by pramsey, 11 years ago

Resolution: fixed
Status: newclosed

comment:2 by robe, 7 years ago

Milestone: PostGIS FuturePostGIS Fund Me

Milestone renamed

Note: See TracTickets for help on using tickets.