Map object for .net blazor that gives overlay of airports and Runways?

I am a .NET C# developer, and I’ve had an idea for a tool for a long time. I use Little Navmap, and while it’s fantastic, I want to create something similar.

However, I’ve been struggling to find good resources on how they load the airports on top of the maps, along with the runway information, etc.

I know they use layers, but the maps don’t look like Apple Maps or Google Maps.

I’m just looking for some pointers on where or what to search for.

Hi @Novatroop77 ,

Thank you for your post! Your topic has been moved to a sub-category of the User Support Hub

The General Discussion category is meant for discussions that fall outside of our other sub-categories.

If you would like other users to help you with an issue you are experiencing in the sim, consider these User Support Hub categories for your future post:

Aircraft & Systems
ATC, Traffic & NAVAIDs
Crashes (CTDs)
Hardware & Peripherals
Install, Performance & Graphics
Scenery & Airports
User Interface & Activities
Virtual Reality (VR)
Weather & Live Weather
Miscellaneous

LNM is an opensource c++ project, so you can just look into it? :slight_smile:

You might get more focused responses on DevSupport.

1 Like

@Novatroop77
MSFS DevSupport - SDK Q&A platform for 3rd party developers (flightsimulator.com)

that is not the question I asked please look more carefully and respond again am well aware of little nav map even mentioned it

MSFS uses Bing maps, as it is an MS company.
You can get more responses to questions like this by using the link to the separate SDK forum posted above.

I did look again, but I think I answered your question just fine.

You state:

You also state:

I state:

With a link to the C++ repository.

The code how they are loading airports on top of the maps is right there. All open source. For you to look/copy/imitate.

Please let me know how that is not what you’re asking?

Hi @Novatroop77 ,
You have probably seen this topic:

Don’t know if it helps with your development project.

You might also try asking your question on one of the Google Dev forums, if you want a google map-like display in your tool.