mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
Ref T668, moved KML utils to geo namespace
This commit is contained in:
@@ -15,7 +15,7 @@ using namespace BlackMisc::PhysicalQuantities;
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
namespace Simulation
|
||||
namespace Geo
|
||||
{
|
||||
const CLogCategoryList &CKmlUtils::getLogCategories()
|
||||
{
|
||||
@@ -8,8 +8,8 @@
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKMISC_SIMULATION_KMLUTILS_H
|
||||
#define BLACKMISC_SIMULATION_KMLUTILS_H
|
||||
#ifndef BLACKMISC_GEO_KMLUTILS_H
|
||||
#define BLACKMISC_GEO_KMLUTILS_H
|
||||
|
||||
#include "blackmisc/geo/coordinategeodetic.h"
|
||||
#include "blackmisc/logcategorylist.h"
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
namespace Simulation
|
||||
namespace Geo
|
||||
{
|
||||
/*!
|
||||
* KML utils
|
||||
@@ -7,9 +7,9 @@
|
||||
*/
|
||||
|
||||
#include "interpolationlogger.h"
|
||||
#include "blackmisc/simulation/kmlutils.h"
|
||||
#include "blackmisc/aviation/callsign.h"
|
||||
#include "blackmisc/aviation/heading.h"
|
||||
#include "blackmisc/geo/kmlutils.h"
|
||||
#include "blackmisc/pq/angle.h"
|
||||
#include "blackmisc/pq/speed.h"
|
||||
#include "blackmisc/pq/units.h"
|
||||
|
||||
Reference in New Issue
Block a user