mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
Ref T786, smaller improvements
* allow to use ICoordinateGeodetic, not the CCoordinateGeodetic implementation only * allow to init weather grid by initial ICoordinateGeodetic
This commit is contained in:
committed by
Mat Sutcliffe
parent
9235f3232e
commit
e63129267d
@@ -21,13 +21,13 @@ namespace BlackMisc
|
||||
namespace Weather
|
||||
{
|
||||
CGridPoint::CGridPoint(const QString &identifier,
|
||||
const Geo::CCoordinateGeodetic &position) :
|
||||
const ICoordinateGeodetic &position) :
|
||||
m_identifier(identifier),
|
||||
m_position(position)
|
||||
{ }
|
||||
|
||||
CGridPoint::CGridPoint(const QString &identifier,
|
||||
const Geo::CCoordinateGeodetic &position,
|
||||
const Geo::ICoordinateGeodetic &position,
|
||||
const CCloudLayerList &cloudLayers,
|
||||
const CTemperatureLayerList &temperatureLayers,
|
||||
const CVisibilityLayerList &visibilityLayers,
|
||||
|
||||
Reference in New Issue
Block a user