Moving map code

Hello, how difficult would it be to isolate and extract just the moving map code from Mission Planner and run it stand alone?

Mission planner uses the Gmap.Net control. It handles almost all map related stuff.
You can install it as a NuGet package under Visual Studio.
you can find demo here : https://www.codeproject.com/Articles/32643/GMap-NET-Great-Maps-for-Windows-Forms-and-Presenta
or here
https://github.com/judero01col/GMap.NET

1 Like

Thank you! Just what I needed.

Let me press my luck, how about the Primary Flight Display (HUD) code?

Thanks again.

It in the MissionPlanner.Controls, called HUD custom control, in theory you can lift it, but be careful, since it uses OpenTK and SVGNet libs as well.

1 Like