mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
Ref T259, Ref T243 coordinate list and improved "find" functions in IGeoObjectList
This commit is contained in:
@@ -249,8 +249,7 @@ namespace BlackMisc
|
||||
|
||||
void CCoordinateGeodetic::setGeodeticHeightToNull()
|
||||
{
|
||||
static const CAltitude na = CAltitude(0, CAltitude::MeanSeaLevel, CLengthUnit::nullUnit());
|
||||
this->setGeodeticHeight(na);
|
||||
this->setGeodeticHeight(CAltitude::null());
|
||||
}
|
||||
|
||||
CCoordinateGeodetic &CCoordinateGeodetic::switchUnit(const CLengthUnit &unit)
|
||||
|
||||
Reference in New Issue
Block a user