mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Ref T786, fixed weather sample
* RR found that no alt value means a huge number of grid points is parsed * see https://discordapp.com/channels/539048679160676382/539925070550794240/701762348506939693
This commit is contained in:
committed by
Mat Sutcliffe
parent
0a2b25e409
commit
5ef25d4a41
@@ -48,6 +48,7 @@ CWeatherDataPrinter::CWeatherDataPrinter(QObject *parent) : QObject(parent)
|
||||
void CWeatherDataPrinter::fetchAndPrintWeatherData(const CCoordinateGeodetic &position)
|
||||
{
|
||||
QTextStream qtout(stdout);
|
||||
qtout << "Position:" << position.toQString(true) << endl;
|
||||
qtout << "Fetching weather data. This may take a while..." << endl;
|
||||
|
||||
CWeatherGrid weatherGrid { { "", position } };
|
||||
|
||||
Reference in New Issue
Block a user