fpw / avitab

X-Plane plugin that displays a tablet to aid VR usage
GNU Affero General Public License v3.0
299 stars 58 forks source link

Flight plan overlay #161

Closed dave6502 closed 10 months ago

dave6502 commented 10 months ago

Phase 2 - load (VFR style) FMS files in Route App. No procedures (SIDs, STARs etc.) handled yet. I will email you some test FMS files.

mjh65 commented 10 months ago

I discussed this with @dave6502, and suggested that it would be helpful if the FMS loader and parser classes were moved into the world namespace and library so that they will also be available to the MSFS variant of Avitab (which is currently still in development in my fork).

I have made these changes in my repo, and can submit an alternative PR (also with the merge conflict resolved). Or if this change will be merged imminently then I will submit a later PR to move the FMS classes into a simulator-agnostic location.

fpw commented 10 months ago

@mjh65 If you already have these changes in your repo, making an alternative PR sounds good.

fpw commented 10 months ago

Included in #173