Open pcav opened 3 years ago
It may be useful to have, in the attribute table for waypoints, the diff between heading and TWS, to quickly describe the sailing conditions.
maybe an expression? abs( "twd" - "heading" ) % 180
abs( "twd" - "heading" ) % 180
Yes, exactly
It may be useful to have, in the attribute table for waypoints, the diff between heading and TWS, to quickly describe the sailing conditions.