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:
Klaus Basan
2020-04-03 20:17:08 +02:00
committed by Mat Sutcliffe
parent cb814583f6
commit 373e45e958
9 changed files with 74 additions and 23 deletions

View File

@@ -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";