mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-03 17:30:04 -05:00
Adapt the visibility settings for all properties
This commit is contained in:
@@ -41,14 +41,16 @@ namespace {
|
||||
"LogGdalErrors",
|
||||
"Log GDAL errors",
|
||||
"If this value is enabled, any error that is raised by GDAL will be logged using "
|
||||
"the logmanager. If this value is disabled, any error will be ignored"
|
||||
"the logmanager. If this value is disabled, any error will be ignored",
|
||||
openspace::properties::Property::Visibility::Developer
|
||||
};
|
||||
|
||||
constexpr openspace::properties::Property::PropertyInfo GdalMaximumCacheInfo = {
|
||||
"GdalMaximumCacheSize",
|
||||
"GDAL maximum cache size",
|
||||
"This function sets the maximum amount of RAM memory in MB that GDAL is "
|
||||
"permitted to use for caching"
|
||||
"permitted to use for caching",
|
||||
openspace::properties::Property::Visibility::AdvancedUser
|
||||
};
|
||||
|
||||
void gdalErrorHandler(CPLErr eErrClass, int, const char* msg) {
|
||||
|
||||
Reference in New Issue
Block a user