Skip to content

jsilva74/icao2lnmpln

Repository files navigation

ICAO Codes to Little Navmap Plan


Utility to convert a list of ICAO codes (from FSEconomy world only) to Little Nav Map flight plan.

ICAO codes not recognized by LNM

FSEconomy database is a snapshot of FS9 database, so, many of those airports even don't exist anymore or, in the best scenario, has their ICAO codes changed.

The app tries to identify a missed airport by:

  1. Locating a new ICAO code for the airport based on user's simulator choice and using it in the LNM plan (in this case, a remark will be added with the FSE ICAO code)
  2. Creating a userpoint*
  • this case can prevent LNM terrain profile to work. We've get in touch with Alex (LNM developer) and he'll try to solve it.

For devs

Run in development

  1. Clone this repo
  2. npm install or yarn install or pnpm install
  3. npm run dev or yarn run dev or pnpm run dev
  4. Enjoy!

Licence: MIT