mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
Ref T778, some smaller style fixes/improvements
for the "underground" airplanes as reported by AK This does NOT fix the issue, but minor shortcomings found during the investigation * style * checks for "developer" env.
This commit is contained in:
committed by
Mat Sutcliffe
parent
cb814583f6
commit
373e45e958
@@ -426,9 +426,9 @@ namespace BlackMisc
|
||||
if (!situationNew.hasGroundElevation()) { continue; }
|
||||
newPosTs = situationNew.getMSecsSinceEpoch();
|
||||
kml += CKmlUtils::asPlacemark(
|
||||
QStringLiteral("%1: %2 %3 %4 alt.cor: %5").arg(n++).arg(
|
||||
QStringLiteral("%1: %2 %3 info: %4 alt.cor: %5").arg(n++).arg(
|
||||
situationNew.getFormattedUtcTimestampHmsz(),
|
||||
situationNew.getGroundElevationPlane().getAltitude().toQString(true),
|
||||
situationNew.getGroundElevationAndInfo(),
|
||||
log.elevationInfo, log.altCorrection),
|
||||
situationNew.getGroundElevationPlane().toQString(true),
|
||||
situationNew.getGroundElevationPlane(), s) % u"\n";
|
||||
|
||||
Reference in New Issue
Block a user