lian / msfs2020-go

connect to microsoft flight simulator 2020 using golang
MIT License
388 stars 57 forks source link

Heading shown on Map is up to 12 degrees higher than MSFS2020 display? Every other number is right on! #42

Open BistroAir opened 3 years ago

fourdragons commented 3 years ago

At least 18 ('cause I just looked lol). Magnetic bearing vs. true bearing?

lian commented 3 years ago

yea, it's true and not magnetic https://github.com/lian/msfs2020-go/blob/master/vfrmap/main.go#L30

think we should switch to magnetic instead? or show both?

BistroAir commented 3 years ago

Both would be fine with me.

Get Outlook for Androidhttps://aka.ms/ghei36


From: lian notifications@github.com Sent: Sunday, September 13, 2020 5:00:11 PM To: lian/msfs2020-go msfs2020-go@noreply.github.com Cc: BistroAir bistrocommercial@aol.com; Author author@noreply.github.com Subject: Re: [lian/msfs2020-go] Heading shown on Map is up to 12 degrees higher than MSFS2020 display? Every other number is right on! (#42)

yea, it's true and not magnetic https://github.com/lian/msfs2020-go/blob/master/vfrmap/main.go#L30

think we should switch to magnetic instead? or show both?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/lian/msfs2020-go/issues/42#issuecomment-691744810, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AQ4JZAJSYAYJFXF7DSIAB7DSFVMIXANCNFSM4RK4IZGQ.

lian commented 3 years ago

going into next release then :+1:

BistroAir commented 3 years ago

Thank you

Get Outlook for Androidhttps://aka.ms/ghei36


From: lian notifications@github.com Sent: Monday, September 14, 2020 4:25:21 PM To: lian/msfs2020-go msfs2020-go@noreply.github.com Cc: BistroAir bistrocommercial@aol.com; Author author@noreply.github.com Subject: Re: [lian/msfs2020-go] Heading shown on Map is up to 12 degrees higher than MSFS2020 display? Every other number is right on! (#42)

going into next release then 👍

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/lian/msfs2020-go/issues/42#issuecomment-692370318, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AQ4JZAKSWQSTR6JGSJ5XWTDSF2Q6DANCNFSM4RK4IZGQ.

mentalinc commented 3 years ago

Any updates on this as makes it a bit hard when the heading is off from what's expected. Otherwise a very helpful app!

merlin606 commented 1 year ago

Same as Issue #68 above. Was this eventually corrected? I'm using the latest version and still see the same problem.