#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 , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 7 years ago
Milestone: | PostGIS Future → PostGIS Fund Me |
---|
Note:
See TracTickets
for help on using tickets.
Milestone renamed