This PR seeks to consolidate course data calculations in the following way:
Create courseData.js file to hold course based calculations
Add XTE, trackBearingTrue and bearingTrue calculations
Move existing DTG calculation into courseData.js and remove distanceToGo.js
Update group value of vmg.js and vmg_wind.js so they appear together with the other course related calulations in the plugin config screen (see screenshot below)
This PR seeks to consolidate course data calculations in the following way:
courseData.js
file to hold course based calculationsXTE
,trackBearingTrue
andbearingTrue
calculationsDTG
calculation intocourseData.js
and removedistanceToGo.js
Update
group
value ofvmg.js
andvmg_wind.js
so they appear together with the other course related calulations in the plugin config screen (see screenshot below)