Is there a tool (or plugin) to extend a segment in Qgis (3)?
I would use it to find objects on a map which are visible on photographs taken from known locations but too far away from those locations to simply search on the map by following a rough direction. So if I draw a segment from the viewpoint to a close object (easier to find on the map) which is in the same direction as the far object and extend that segment, I can then navigate the map knowing the far object is somewhere along that line.
geometry by expressionwill create geometry from an expression. You can use the expression builder functions to calculate the angle from the first point to the second point, and draw a long line along that angle. – csk Jul 03 '19 at 16:19