mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 11:05:44 +08:00
Weather uses null altitude, https://swift-project.slack.com/archives/G7GD2UP9C/p1534378412000100
This commit is contained in:
@@ -215,7 +215,10 @@ namespace BlackMisc
|
||||
//! Constructor by normal vector
|
||||
CCoordinateGeodetic(const std::array<double, 3> &normalVector);
|
||||
|
||||
//! Constructor by values
|
||||
//! Constructor by latitude/longitude, height is null
|
||||
CCoordinateGeodetic(const CLatitude &latitude, const CLongitude &longitude);
|
||||
|
||||
//! Constructor by latitude/longitude/height (or altitude)
|
||||
CCoordinateGeodetic(const CLatitude &latitude, const CLongitude &longitude, const Aviation::CAltitude &geodeticHeight);
|
||||
|
||||
//! Constructor by double values, but no geodetic height
|
||||
|
||||
Reference in New Issue
Block a user