mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-27 06:19:51 -05:00
Cache height and color layers and change height layer for Mars
This commit is contained in:
@@ -14,4 +14,9 @@
|
||||
<DataValues NoData="0" Min="-11000" Max="8500"/>
|
||||
<MaxConnections>5</MaxConnections>
|
||||
<ZeroBlockHttpCodes>404,400</ZeroBlockHttpCodes>
|
||||
<Cache>
|
||||
<Path>C:/Development/OpenSpace/cache_gdal</Path>
|
||||
<Depth>4</Depth>
|
||||
<MaxSize>4294967296</MaxSize>
|
||||
</Cache>
|
||||
</GDAL_WMS>
|
||||
|
||||
@@ -18,4 +18,9 @@
|
||||
<BandsCount>3</BandsCount>
|
||||
<MaxConnections>5</MaxConnections>
|
||||
<Timeout>5</Timeout>
|
||||
<Cache>
|
||||
<Path>C:/Development/OpenSpace/cache_gdal</Path>
|
||||
<Depth>4</Depth>
|
||||
<MaxSize>4294967296</MaxSize>
|
||||
</Cache>
|
||||
</GDAL_WMS>
|
||||
|
||||
@@ -17,4 +17,9 @@
|
||||
<BlockSizeY>256</BlockSizeY>
|
||||
<BandsCount>1</BandsCount>
|
||||
<MaxConnections>10</MaxConnections>
|
||||
<Cache>
|
||||
<Path>C:/Development/OpenSpace/cache_gdal</Path>
|
||||
<Depth>4</Depth>
|
||||
<MaxSize>4294967296</MaxSize>
|
||||
</Cache>
|
||||
</GDAL_WMS>
|
||||
|
||||
@@ -19,4 +19,9 @@
|
||||
<BandsCount>1</BandsCount>
|
||||
<MaxConnections>10</MaxConnections>
|
||||
<Timeout>5</Timeout>
|
||||
<Cache>
|
||||
<Path>C:/Development/OpenSpace/cache_gdal</Path>
|
||||
<Depth>4</Depth>
|
||||
<MaxSize>4294967296</MaxSize>
|
||||
</Cache>
|
||||
</GDAL_WMS>
|
||||
|
||||
@@ -17,4 +17,9 @@
|
||||
<BlockSizeY>256</BlockSizeY>
|
||||
<BandsCount>1</BandsCount>
|
||||
<MaxConnections>10</MaxConnections>
|
||||
<Cache>
|
||||
<Path>C:/Development/OpenSpace/cache_gdal</Path>
|
||||
<Depth>4</Depth>
|
||||
<MaxSize>4294967296</MaxSize>
|
||||
</Cache>
|
||||
</GDAL_WMS>
|
||||
|
||||
@@ -34,6 +34,8 @@
|
||||
"openspace.time.setPause(true);",
|
||||
"openspace.setPropertyValueSingle(\"Scene.Earth.Renderable.Layers.NightLayers.Earth_at_Night_2012.Enabled\", false);",
|
||||
"openspace.setPropertyValueSingle(\"Scene.Mars.Renderable.Layers.ColorLayers.Themis_IR_Day_Sweden.Enabled\", true);",
|
||||
"openspace.setPropertyValueSingle(\"Scene.Mars.Renderable.Layers.HeightLayers.MDEM200M.Enabled\", false);",
|
||||
"openspace.setPropertyValueSingle(\"Scene.Mars.Renderable.Layers.HeightLayers.Mola_Europe.Enabled\", true);",
|
||||
"openspace.setPropertyValueSingle(\"Scene.MarsAtmosphere.Renderable.SunFollowingCamera\", true);",
|
||||
"openspace.setPropertyValueSingle(\"Scene.EarthAtmosphere.Renderable.SunFollowingCamera\", true);",
|
||||
"openspace.setPropertyValueSingle(\"Scene.Moon.Renderable.Layers.ColorLayers.WAC_Utah.Enabled\", false);",
|
||||
|
||||
@@ -34,6 +34,8 @@
|
||||
"openspace.time.setPause(true);",
|
||||
"openspace.setPropertyValueSingle(\"Scene.Earth.Renderable.Layers.NightLayers.Earth_at_Night_2012.Enabled\", false);",
|
||||
"openspace.setPropertyValueSingle(\"Scene.Mars.Renderable.Layers.ColorLayers.Themis_IR_Day_Sweden.Enabled\", true);",
|
||||
"openspace.setPropertyValueSingle(\"Scene.Mars.Renderable.Layers.HeightLayers.MDEM200M.Enabled\", false);",
|
||||
"openspace.setPropertyValueSingle(\"Scene.Mars.Renderable.Layers.HeightLayers.Mola_Europe.Enabled\", true);",
|
||||
"openspace.setPropertyValueSingle(\"Scene.MarsAtmosphere.Renderable.SunFollowingCamera\", true);",
|
||||
"openspace.setPropertyValueSingle(\"Scene.EarthAtmosphere.Renderable.SunFollowingCamera\", true);",
|
||||
"openspace.setPropertyValueSingle(\"Scene.Moon.Renderable.Layers.ColorLayers.WAC_Utah.Enabled\", false);",
|
||||
|
||||
Reference in New Issue
Block a user