Renamed to geodetic height, as discussed in meeting

This commit is contained in:
Klaus Basan
2014-07-04 22:14:46 +02:00
parent bbdb8a293f
commit 5a4443487e
5 changed files with 18 additions and 18 deletions

View File

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