Implement GFS weatherdata plugin

refs #556
This commit is contained in:
Roland Winklmeier
2016-01-13 20:43:46 +01:00
parent 79210cb14e
commit 3fd9d1bffe
62 changed files with 11912 additions and 1 deletions

View File

@@ -25,6 +25,8 @@ namespace BlackMisc
CPresentWeatherList::registerMetadata();
CTemperatureLayer::registerMetadata();
CTemperatureLayerList::registerMetadata();
CWeatherDataPluginInfo::registerMetadata();
CWeatherDataPluginInfoList::registerMetadata();
CWeatherGrid::registerMetadata();
CWindLayer::registerMetadata();
CWindLayerList::registerMetadata();

View File

@@ -26,6 +26,8 @@
#include "blackmisc/weather/presentweatherlist.h"
#include "blackmisc/weather/temperaturelayer.h"
#include "blackmisc/weather/temperaturelayerlist.h"
#include "blackmisc/weather/weatherdataplugininfo.h"
#include "blackmisc/weather/weatherdataplugininfolist.h"
#include "blackmisc/weather/weathergrid.h"
#include "blackmisc/weather/windlayer.h"
#include "blackmisc/weather/windlayerlist.h"