Releases: nico-castell/kml_to_fgfp
kml_to_fgfp v0.3.1
Release v0.3.1
This release incorporates the altitudes from the Google Earth files into the FlightGear flight plan so that the simulations that support VNAV can use it.
It also contains a minor bug fix regarding double writing of the departure and destination airports.
Full Changelog: v0.3.0...v0.3.1
kml_to_fgfp v0.2.0
Release v0.2.0
The error message when encountering invalid xml was very "raw". It was made much more readable.
Unfortunately the limitation of xml-rs mean that we can't drop the waypoint and carry on with the rest, as the parser gets stuck in errors. But this is an improvement that can let users much more easily fix things.
Full Changelog: v0.1.0...v0.2.0
kml_to_fgfp v0.1.0
Release v0.1.0
While this project is not "finished", it already has the basic functionality to convert .kml files from SimBrief into FlightGear flight plans in .fgfp files.
Some things are still left to do, but, the project is ready to be used.
Full Changelog: https://github.com/nico-castell/kml_to_fgfp/commits/v0.1.0