Changelog for flight-kml-1.0.1
1.0.1
- The doctest was unable to find
test-suite-doctest/*.kmlfiles needed for testing. With a**/*.kmlpattern, these are added to the list ofextra-source-files.
1.0.0
Initial version with;
- Data types for a single fix. This being made up of a time stamp, latitude, longitude and GPS altitude with an optional barometric pressure altitude.
- Data types for tracklogs made up of a series of fixes.
- A
parsefunction.