I have a polyline layer in QGIS, and I am trying to get the list of lat longs of each of the vertices and their path.
As you can see from the image below, I have tried the steps mentioned in this answer. I have extracted the vertices of the lines and I can calculate the lat long of each of these vertices.
But the only thing missing is the trail/path/direction of the coordinates. I need to extract, not only the lat longs of the vertices but also the direction (coord A to coord B to C to D etc., or D-C-B-A, order so far is not important yet).



extract verticestool, which extracts all vertices and adds the angle of the line at the vertice, as well as its distance along the line. – Erik Sep 14 '21 at 10:40