GPX and KML Downloads
Flight Historian has always used Great Circle Mapper for its maps. However, I’ve occasionally had the need to use other map formats, like GPX (used by many of my mapping projects) or KML (used by Google Earth).
A while ago I wrote some internal methods in Flight Historian’s code to let me generate GPX or KML files. However, they weren’t available for public use.
I’ve changed that with a small update. Every map on Flight Historian now has download links immediately below it for GPX and KML versions of the map.
Changelog
New
- Added KML and GPX download links to all maps.
- Added unique slug parameters to
Airline
,Airport
, andAircraftFamily
models.
Changed
- Switched from FlightXML v2 to AeroAPI v4 for flight and airport info lookups.
- Upgraded from Rails 6.1 to Rails 7.0.