I'd like to try and turn QGIS into a simple hiking planner. I have found and worked out how to import OS raster mapping at the correct scale and how to add freehand vector lines to the mapping, which is a start. I'd now like to take things a bit further and make QGIS do something more useful. I realise there are commercial products available that do a similar thing, but they cost money!
I have started to play around with extra attributes to the vector lines I am adding in my vector 'routes' layer, such as length in Km, length in miles etc. However, I'm not sure how to do this effectively.
The length of the line in Km is already encapsulated in each line in the (Derived) section of the id. I'd like to grab that and put it in its own, easier to view column. I'd also like to automatically have QGIS convert this to miles in another column.
Finally, if possible, I'd like QGIS to calculate and somehow display the length and bearing of each leg (ie the distance between each node), which I suspect might be trickier.
Is any of this possible?