mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
refs #837 CAircraftSituation altitude is part of its position.
This commit is contained in:
@@ -46,8 +46,8 @@ namespace BlackCore
|
||||
CCoordinateGeodetic(
|
||||
CLatitude::fromWgs84("N 049° 18' 17"),
|
||||
CLongitude::fromWgs84("E 008° 27' 05"),
|
||||
CLength(0, CLengthUnit::m())),
|
||||
CAltitude(312, CAltitude::MeanSeaLevel, CLengthUnit::ft())
|
||||
CAltitude(312, CAltitude::MeanSeaLevel, CLengthUnit::ft())
|
||||
)
|
||||
);
|
||||
return situation;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user