mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
Ref T668, log KML files (Google Earth)
This commit is contained in:
@@ -198,6 +198,15 @@ namespace BlackMisc
|
||||
//! Get log as HTML table
|
||||
static QString getHtmlInterpolationLog(const QList<SituationLog> &logs);
|
||||
|
||||
//! Get log as KML (changed situations)
|
||||
static QString getKmlChangedSituations(const QList<SituationLog> &logs);
|
||||
|
||||
//! Get log as KML (elevations)
|
||||
static QString getKmlElevations(const QList<SituationLog> &logs);
|
||||
|
||||
//! Get log as KML (changed situations)
|
||||
static QString getKmlInterpolatedSituations(const QList<SituationLog> &logs);
|
||||
|
||||
//! Get log as HTML table
|
||||
static QString getHtmlPartsLog(const QList<PartsLog> &logs);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user