Airport codes map generator
Codes are sanitized to letters only, converted to uppercase, and matched against the built-in directory. Route order follows the sequence you enter.
Summary
Route map
Exportable output
Generated airport details will appear here.
Matched airports
How it works
1. Parse and sanitize
The tool splits your input on spaces, commas, arrows, and line breaks, strips non-letter characters, and uppercases the result so accidental punctuation does not break the route.
2. Match airports
Each token is checked against a curated airport directory using IATA codes first, then ICAO if enabled. Unknown entries are called out clearly instead of being ignored.
3. Draw and export
Matched airports are projected into an inline SVG map, route legs are totaled with a great-circle estimate, and the airport list can be copied or downloaded as structured output.
Planning note: this is a reference and formatting tool, not an operational aviation source. Always verify schedules, runway suitability, and current airport status with official aviation data before relying on a route.