* Fixed GUI labeling of Uranus label

* Fixed spelling error in CTX blended label on Mars
 * Removed now-unused debug layers on RenderableGlobes
This commit is contained in:
Alexander Bock
2020-06-22 10:32:48 +02:00
parent 768d7d71bf
commit 96940bac86
3 changed files with 7 additions and 7 deletions

View File

@@ -117,8 +117,8 @@ local color_layers = {
BlendMode = "Color"
},
{
Identifier = "CTX_belended_01",
Name = "CTX Belended beta01",
Identifier = "CTX_blended_01",
Name = "CTX Blended beta01",
FilePath = mapServiceConfigs .. "/ESRI/CTX/CTXblended.vrt",
BlendMode = "Color",
Settings = {

View File

@@ -58,7 +58,7 @@ local UranusLabel = {
},
Tag = { "solarsystem_labels" },
GUI = {
Name = "Neptune Label",
Name = "Uranus Label",
Path = "/Solar System/Planets/Uranus"
}
}

View File

@@ -577,10 +577,10 @@ RenderableGlobe::RenderableGlobe(const ghoul::Dictionary& dictionary)
addProperty(_generalProperties.nActiveLayers);
_debugPropertyOwner.addProperty(_debugProperties.showChunkEdges);
_debugPropertyOwner.addProperty(_debugProperties.showChunkBounds);
_debugPropertyOwner.addProperty(_debugProperties.showChunkAABB);
_debugPropertyOwner.addProperty(_debugProperties.showHeightResolution);
_debugPropertyOwner.addProperty(_debugProperties.showHeightIntensities);
//_debugPropertyOwner.addProperty(_debugProperties.showChunkBounds);
//_debugPropertyOwner.addProperty(_debugProperties.showChunkAABB);
//_debugPropertyOwner.addProperty(_debugProperties.showHeightResolution);
//_debugPropertyOwner.addProperty(_debugProperties.showHeightIntensities);
_debugPropertyOwner.addProperty(_debugProperties.levelByProjectedAreaElseDistance);
_debugPropertyOwner.addProperty(_debugProperties.resetTileProviders);
_debugPropertyOwner.addProperty(_debugProperties.modelSpaceRenderingCutoffLevel);