You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow the user to configure which type of path to preference so plugins and clients can use the preferred value type.
Why:
There are a number of paths which offer both True and Magnetic values (e.g. navigation.bearingMagnetic & navigation.bearingTrue).
Example use cases include:
Course VMG calculation
Course Bearing to destination calculation
Displaying wind vectors
Displaying laylines
Behaviour:
When a selection has been made plugins and clients should use the preferred value type for the relevant operation.
If a value of the preferred type is NOT available the plugin / client should NOT fall back to the other type.
Example:
Preference = Magnetic navigation.bearingMagnetic = null navigation.bearingTrue = 0.1546
Operation should handle the null appropriately and NOT fall back to using navigation.bearingTrue.
The text was updated successfully, but these errors were encountered:
Allow the user to configure which type of path to preference so plugins and clients can use the preferred value type.
Why:
There are a number of paths which offer both True and Magnetic values (e.g.
navigation.bearingMagnetic
&navigation.bearingTrue
).Example use cases include:
Behaviour:
When a selection has been made plugins and clients should use the preferred value type for the relevant operation.
If a value of the preferred type is NOT available the plugin / client should NOT fall back to the other type.
Example:
Preference =
Magnetic
navigation.bearingMagnetic
= nullnavigation.bearingTrue
= 0.1546Operation should handle the
null
appropriately and NOT fall back to usingnavigation.bearingTrue
.The text was updated successfully, but these errors were encountered: