mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-20 20:09:08 -06:00
Tiny cleanup
This commit is contained in:
@@ -67,8 +67,8 @@
|
||||
#include "globebrowsingmodule_lua.inl"
|
||||
|
||||
namespace {
|
||||
constexpr const char* _loggerCat = "GlobeBrowsingModule";
|
||||
constexpr const char* _factoryName = "TileProvider";
|
||||
constexpr const char _loggerCat[] = "GlobeBrowsingModule";
|
||||
constexpr const char _factoryName[] = "TileProvider";
|
||||
|
||||
constexpr const openspace::properties::Property::PropertyInfo WMSCacheEnabledInfo = {
|
||||
"WMSCacheEnabled",
|
||||
@@ -163,19 +163,19 @@ namespace {
|
||||
struct [[codegen::Dictionary(GlobeBrowsingModule)]] Parameters {
|
||||
// [[codegen::verbatim(WMSCacheEnabledInfo.description)]]
|
||||
std::optional<bool> cacheEnabled [[codegen::key("WMSCacheEnabled")]];
|
||||
|
||||
|
||||
// [[codegen::verbatim(OfflineModeInfo.description)]]
|
||||
std::optional<bool> offlineMode;
|
||||
|
||||
|
||||
// [[codegen::verbatim(WMSCacheLocationInfo.description)]]
|
||||
std::optional<std::string> cacheLocation [[codegen::key("WMSCacheLocation")]];
|
||||
|
||||
|
||||
// [[codegen::verbatim(WMSCacheSizeInfo.description)]]
|
||||
std::optional<int> wmsCacheSize [[codegen::key("WMSCacheSize")]];
|
||||
|
||||
|
||||
// [[codegen::verbatim(TileCacheSizeInfo.description)]]
|
||||
std::optional<int> tileCacheSize;
|
||||
|
||||
|
||||
// If you know what you are doing and you have WMS caching *disabled* but offline
|
||||
// mode *enabled*, you can set this value to 'true' to silence a warning that you
|
||||
// would otherwise get at startup
|
||||
|
||||
Reference in New Issue
Block a user