Rename DashboardGlobeLocation to DashboardItemGlobeLocation

Remove JSON from iswa module and use openspace one instead
Remove warnings
General code cleanup
This commit is contained in:
Alexander Bock
2018-07-05 12:00:32 -04:00
parent 1916190228
commit ef61dc8c16
56 changed files with 247 additions and 8482 deletions

View File

@@ -26,7 +26,7 @@
#define __OPENSPACE_MODULE_SERVER___CONNECTION___H__
#include <ghoul/misc/templatefactory.h>
#include <ext/json/json.hpp>
#include <openspace/json.h>
#include <memory>
#include <string>
#include <thread>

View File

@@ -25,7 +25,7 @@
#ifndef __OPENSPACE_MODULE_SERVER___JSON_CONVERTERS___H__
#define __OPENSPACE_MODULE_SERVER___JSON_CONVERTERS___H__
#include <ext/json/json.hpp>
#include <openspace/json.h>
#include <ghoul/glm.h>
namespace openspace::properties {

View File

@@ -25,7 +25,7 @@
#ifndef __OPENSPACE_MODULE_SERVER___TOPIC___H__
#define __OPENSPACE_MODULE_SERVER___TOPIC___H__
#include <ext/json/json.hpp>
#include <openspace/json.h>
namespace openspace {