Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an option to use MSFS SimConnect's Facility Data for the A380X's OANS feature #9133

Open
CaptCrystal opened this issue Oct 23, 2024 · 0 comments
Labels
Request New feature or request

Comments

@CaptCrystal
Copy link

CaptCrystal commented Oct 23, 2024

Aircraft Version

I don't have access to the A380X

Description

I'm looking for ways for the A380X's OANS feature to work without a Navigraph subscription. After some discussion in the #dev-support channel, we decided that the best way to attempt this is to fetch the Facility Definitions data and translate it to a suitable format (AMDB).

References (optional)

This is what's available from the sim: https://docs.flightsimulator.com/html/Programming_Tools/SimConnect/API_Reference/Facilities/SimConnect_AddToFacilityDefinition.htm
And this is what is needed:

export type AmdbResponse = Partial<Record<FeatureTypeString, AmdbFeatureCollection>>;

Additional info (optional)

Discord Username (optional)

Capt. Crystal

@CaptCrystal CaptCrystal added the Request New feature or request label Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant