Use correct property identifier in JWST profile

This commit is contained in:
Alexander Bock
2025-07-01 15:58:06 +02:00
parent e9a3bfd742
commit b6cbca43ed

View File

@@ -1,7 +1,4 @@
{
"additional_scripts": [
"openspace.setPropertyValue(\"Scene.MoonTrail.Renderable.Appearance.Color\", {0.7, 0.5, 0.5});"
],
"assets": [
"base",
"base_keybindings",
@@ -248,9 +245,14 @@
"value": "false"
},
{
"name": "Scene.Earth.Renderable.Layers.ColorLayers.VIIRS_NOAA20_Temporal.Enabled",
"name": "Scene.Earth.Renderable.Layers.ColorLayers.Temporal_NOAA20_VIIRS.Enabled",
"type": "setPropertyValueSingle",
"value": "true"
},
{
"name": "Scene.MoonTrail.Renderable.Appearance.Color",
"type": "setPropertyValueSingle",
"value": "{0.7, 0.5, 0.5}"
}
],
"time": {