mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15:35 +08:00
Renamed to geodetic height, as discussed in meeting
This commit is contained in:
@@ -192,7 +192,7 @@ namespace BlackSimPlugin
|
||||
CLength groundAltitude(groundAltitudeRaw / 256.0, CLengthUnit::m());
|
||||
position.setLatitude(lat);
|
||||
position.setLongitude(lon);
|
||||
position.setHeight(groundAltitude);
|
||||
position.setGeodeticHeight(groundAltitude);
|
||||
situation.setPosition(position);
|
||||
|
||||
// speeds, situation
|
||||
|
||||
Reference in New Issue
Block a user