What are the arguments (Line', 'id', '1') of the function
line_locate_point( geometry:=geometry(get_feature('Line', 'id', '1')), point:=$geometry)
stand for?
'Line' is obviously the name of the polyline object, where the function is applied, but where are 'id' and '1'needed for? Is it necessary that the polyline 'Line' has the field 'id', so that the polyline with the id=1 is identified and subjected to the line_locate_function? Does the function also work without an id and its respective number?
get_feature,line_locate_point– Kadir Şahbaz Feb 18 '23 at 13:51