Another LRS function: line_locate_point(linestring, point) returns fraction of total linestring lenght the closest point to ``point'' is found. Can be used togheter with line_interpolate_point() to find closest point and with line_substring() to extract portions of a linestring. HEAD branch. --strk;