-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
feat: Chartfox support #8519
base: master
Are you sure you want to change the base?
feat: Chartfox support #8519
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't done a full review but this is some awesome work, glad you got it to work as I've always had problems with the old API, also glad to see the new one is working properly!
Could you get in touch with us on Discord in the #dev-support channel so we can coordinate regarding API keys? |
This is ready for early review. If you want to test in-sim, you'll need the sample data, which I can provide in Discord. In particular I need opinions:
|
Thanks for the detailed reply. I don't have a Navigraph subscription, so despite seeing meta: [
{
type: 0,
type_key: 'Runways',
value: [
'10C',
],
},
], That being said, this is just an API and is for machines to read, not humans, and it serves the purpose of grouping the charts. More importantly, it works the same way in my implementation as it does on their website, so no action is needed. I do think I'll review how the Navigraph implementation utilizes chart indices and see if I can do something similar here. |
Ah I see, yeah in that case their system must be misinterpreting the data indeed. |
I'll be pulling back from this until we hear back from ChartFox. There are a number of problems that can't be solved until we hear from them. |
Fixes #5768
Summary of Changes
Adds support for ChartFox charts.
Unlike Navigraph, a SimBridge connection is needed for most charts, since they're in PDF form. Charts that are images can still be viewed with no SimBridge connection.
Remaining items
Chart data powered by ChartFox
IKLEN THREE DEP IKLEN3 SID-10C
(10C is not a runway)Verify(too many tabs)ALL
tab is working for ChartFoxUnify(local files uses the string value, so not worth it)ChartFileType
with the Local Files equivalent?Screenshots (if necessary)
References
Additional context
Discord username (if different from GitHub):
Testing instructions
How to download the PR for QA
Every new commit to this PR will cause a new A32NX artifact to be created, built, and uploaded.