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

SUGGESTION - Current Altitude and Airspeed #31

Open
Ezaco opened this issue Feb 5, 2021 · 6 comments
Open

SUGGESTION - Current Altitude and Airspeed #31

Ezaco opened this issue Feb 5, 2021 · 6 comments

Comments

@Ezaco
Copy link

Ezaco commented Feb 5, 2021

Would it be possible to display the current altitude and airspeed somewhere? Possibly in OTHER or overtop of the MAP page?

@Revel8804
Copy link

So I have started doing this on my fork. I put it on the AP page since I am usually there.
@mracko you are more than welcome to take my code for it if you need, but its pretty simple. Just added the above ground level and true airspeed simvars. You already have indicated.

Literally just started doing this tonight. so its a bit rough, but the data is there.

image

@mracko
Copy link
Owner

mracko commented Feb 8, 2021

Thanks @Revel8804 . I think this info would be better in the Others tab, but this is practically how I would implement it.

@Ezaco, as you can see it's not much of a problem to add additional data. The issue is that with each additional variable, you increase the latency of data coming from the sim into the app. That's for example the reason why you see a progress pop-up when you press most of the buttons. I, therefore, have to be careful about which data I add and which I leave out. I'm working on solving the latency issue, but it won't be that simple.

@Revel8804
Copy link

@Ezaco I cleaned it up a bit.
image

I know @mracko has some bigger things to work on right now. If you want to use my fork, feel free to. Fork
Added the Plane Above Ground SimVar, because I am a pro at not knowing where the ground is during night flights. Plus I can make changes with out having to look at the game and know all is well.

Just know I do use it for some testing and code to try and help @mracko when I can.
Also just add stuff that makes my life easier.

I agree with @mracko that the flight data should be on the other page, but this way I can just stay on one page the whole time during a flight.

@Ezaco
Copy link
Author

Ezaco commented Feb 10, 2021

@Revel8804 It looks awesome and I'd love to use it. Just don't know how to do it from the source code, unfortunately.

@Revel8804
Copy link

Revel8804 commented Feb 10, 2021

If you could raise an issue over there and I will do that tonight.

Trying to learn this GitHub stuff some more.

@cnytech
Copy link

cnytech commented Feb 14, 2021

Love this!

Is it possible to overlay the flight data on the map, when in landscape mode? This would make the data visible at all times.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants