Use CCoordinateGeodetic instead of CLatitude and CLongitude

refs #612
This commit is contained in:
Roland Winklmeier
2016-03-26 21:08:49 +01:00
parent a1f7270494
commit f72c8e878b
9 changed files with 27 additions and 41 deletions

View File

@@ -13,8 +13,7 @@
#define BLACKCORE_WEATHERDATA_H
#include "blackcoreexport.h"
#include "blackmisc/geo/latitude.h"
#include "blackmisc/geo/longitude.h"
#include "blackmisc/geo/coordinategeodetic.h"
#include "blackmisc/weather/gridpoint.h"
#include "blackmisc/weather/weathergrid.h"
#include <QObject>