Skip to content

Releases: nico-castell/kml_to_fgfp

kml_to_fgfp v0.3.1

08 Feb 22:14
v0.3.1
36abfc3
Compare
Choose a tag to compare

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

11 Jan 15:21
v0.2.0
eba29a3
Compare
Choose a tag to compare

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

05 Jan 01:48
v0.1.0
bd5672a
Compare
Choose a tag to compare

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