mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-06 19:39:56 -05:00
Fix misspelled IsLocal in actions assets
This commit is contained in:
@@ -9,7 +9,7 @@ local ToggleMoonShading = {
|
||||
]],
|
||||
Documentation = "Toggles the shading of the Moon",
|
||||
GuiPath = "/Missions/Apollo",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local FocusMoon = {
|
||||
@@ -22,7 +22,7 @@ local FocusMoon = {
|
||||
]],
|
||||
Documentation = "Set camera focus on the Moon",
|
||||
GuiPath = "/Missions/Apollo",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local FocusEarth = {
|
||||
@@ -35,7 +35,7 @@ local FocusEarth = {
|
||||
]],
|
||||
Documentation = "Set camera focus on the Earth",
|
||||
GuiPath = "/Missions/Apollo",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ local Setup = {
|
||||
]],
|
||||
Documentation = "Set and goto Insight Landing",
|
||||
GuiPath = "/Missions/Insight",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local DisableLayers = {
|
||||
@@ -34,7 +34,7 @@ local DisableLayers = {
|
||||
]],
|
||||
Documentation = "Disable Mars layer settings used for insight EDL",
|
||||
GuiPath = "/Missions/Insight",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ local FocusNewHorizons = {
|
||||
]],
|
||||
Documentation = "Sets the focus of the camera on 'NewHorizons'",
|
||||
GuiPath = "/Missions/New Horizons",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local AimPluto = {
|
||||
@@ -21,7 +21,7 @@ local AimPluto = {
|
||||
]],
|
||||
Documentation = "Anchor at New Horizons, Aim at Pluto",
|
||||
GuiPath = "/Missions/New Horizons",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local FocusPluto = {
|
||||
@@ -34,7 +34,7 @@ local FocusPluto = {
|
||||
]],
|
||||
Documentation = "Sets the focus of the camera on 'Pluto'",
|
||||
GuiPath = "/Missions/New Horizons",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local FocusCharon = {
|
||||
@@ -47,7 +47,7 @@ local FocusCharon = {
|
||||
]],
|
||||
Documentation = "Sets the focus of the camera on 'Charon'",
|
||||
GuiPath = "/Missions/New Horizons",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local ToggleImageProjection = {
|
||||
@@ -60,7 +60,7 @@ local ToggleImageProjection = {
|
||||
]],
|
||||
Documentation = "Toggles New Horizons image projection",
|
||||
GuiPath = "/Missions/New Horizons",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local ClearImageProjections = {
|
||||
@@ -72,7 +72,7 @@ local ClearImageProjections = {
|
||||
]],
|
||||
Documentation = "Removes all image projections from Pluto and Charon",
|
||||
GuiPath = "/Missions/New Horizons",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local Approach = {
|
||||
@@ -85,7 +85,7 @@ local Approach = {
|
||||
]],
|
||||
Documentation = "Jumps to the 14th of July 2015 at 0900 UTC and clears all projections",
|
||||
GuiPath = "/Missions/New Horizons",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local IncreaseHeightmapPluto = {
|
||||
@@ -99,7 +99,7 @@ local IncreaseHeightmapPluto = {
|
||||
]],
|
||||
Documentation = "Increases the height map exaggeration on Pluto",
|
||||
GuiPath = "/Missions/New Horizons",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local DecreaseHeightmapPluto = {
|
||||
@@ -113,7 +113,7 @@ local DecreaseHeightmapPluto = {
|
||||
]],
|
||||
Documentation = "Decreases the height map exaggeration on Pluto",
|
||||
GuiPath = "/Missions/New Horizons",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local IncreaseHeightmapCharon = {
|
||||
@@ -127,7 +127,7 @@ local IncreaseHeightmapCharon = {
|
||||
]],
|
||||
Documentation = "Increases the height map exaggeration on Charon",
|
||||
GuiPath = "/Missions/New Horizons",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local DecreaseHeightmapCharon = {
|
||||
@@ -141,7 +141,7 @@ local DecreaseHeightmapCharon = {
|
||||
]],
|
||||
Documentation = "Decreases the height map exaggeration on Charon",
|
||||
GuiPath = "/Missions/New Horizons",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local TogglePlutoTrail = {
|
||||
@@ -155,7 +155,7 @@ local TogglePlutoTrail = {
|
||||
]],
|
||||
Documentation = "Toggles the visibility of the trail behind Pluto",
|
||||
GuiPath = "/Missions/New Horizons",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local TogglePlutoLabels = {
|
||||
@@ -189,7 +189,7 @@ local TogglePlutoLabels = {
|
||||
]],
|
||||
Documentation = "Toggles the visibility of the text labels of Pluto, Charon, Hydra, Nix, Kerberos, and Styx",
|
||||
GuiPath = "/Missions/New Horizons",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local ToggleNewHorizonsLabels = {
|
||||
@@ -205,7 +205,7 @@ local ToggleNewHorizonsLabels = {
|
||||
]],
|
||||
Documentation = "Toggles the visibility of the labels for the New Horizons instruments",
|
||||
GuiPath = "/Missions/New Horizons",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local ToggleShadows = {
|
||||
@@ -223,7 +223,7 @@ local ToggleShadows = {
|
||||
]],
|
||||
Documentation = "Toggles the visibility of the shadow visualization of Pluto and Charon",
|
||||
GuiPath = "/Missions/New Horizons",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local ToggleNewHorizonsTrail = {
|
||||
@@ -237,7 +237,7 @@ local ToggleNewHorizonsTrail = {
|
||||
]],
|
||||
Documentation = "Toggles the trail of New Horizons",
|
||||
GuiPath = "/Missions/New Horizons",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ local FocusOsirisRex = {
|
||||
]],
|
||||
Documentation = "Sets the focus of the camera on 'OsirisRex'",
|
||||
GuiPath = "/Missions/Osiris Rex",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local FocusBennu = {
|
||||
@@ -21,7 +21,7 @@ local FocusBennu = {
|
||||
]],
|
||||
Documentation = "Sets the focus of the camera on 'Bennu'",
|
||||
GuiPath = "/Missions/Osiris Rex",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local SetupBennuApproach = {
|
||||
@@ -33,7 +33,7 @@ local SetupBennuApproach = {
|
||||
]],
|
||||
Documentation = "Sets the time to the approach at Bennu",
|
||||
GuiPath = "/Missions/Osiris Rex",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local SetupBennuSurvey = {
|
||||
@@ -45,7 +45,7 @@ local SetupBennuSurvey = {
|
||||
]],
|
||||
Documentation = "Sets the time to the preliminary survey of Bennu",
|
||||
GuiPath = "/Missions/Osiris Rex",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local SetupBennuEventB = {
|
||||
@@ -57,7 +57,7 @@ local SetupBennuEventB = {
|
||||
]],
|
||||
Documentation = "Sets the time to the orbital B event",
|
||||
GuiPath = "/Missions/Osiris Rex",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local SetupBennuReconEvent = {
|
||||
@@ -69,7 +69,7 @@ local SetupBennuReconEvent = {
|
||||
]],
|
||||
Documentation = "Sets the time to the recon event",
|
||||
GuiPath = "/Missions/Osiris Rex",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local ToggleSunMarker = {
|
||||
@@ -83,7 +83,7 @@ local ToggleSunMarker = {
|
||||
]],
|
||||
Documentation = "Toggles the visibility of the text marking the location of the Sun",
|
||||
GuiPath = "/Missions/Osiris Rex",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local AimAtBennu = {
|
||||
@@ -119,7 +119,7 @@ local SetLaunchTime = {
|
||||
]],
|
||||
Documentation = "Look at the launch of OSIRIS-REx",
|
||||
GuiPath = "/Missions/Osiris Rex",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local LookImageCapture = {
|
||||
@@ -133,7 +133,7 @@ local LookImageCapture = {
|
||||
]],
|
||||
Documentation = "Look at the image capture of OSIRIS-REx",
|
||||
GuiPath = "/Missions/Osiris Rex",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
asset.onInitialize(function()
|
||||
|
||||
@@ -20,7 +20,7 @@ local Setup = {
|
||||
]],
|
||||
Documentation = "Sets time and layers for Perseverance landing",
|
||||
GuiPath = "/Missions/Perseverance",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -141,7 +141,7 @@ local Focus67p = {
|
||||
]],
|
||||
Documentation = "Sets the focus of the camera on 67P",
|
||||
GuiPath = "/Missions/Rosetta",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local ClearImageProjections = {
|
||||
@@ -152,7 +152,7 @@ local ClearImageProjections = {
|
||||
]],
|
||||
Documentation = "Removes all image projections from 67P",
|
||||
GuiPath = "/Missions/Rosetta",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local Toggle67pProjection = {
|
||||
@@ -166,7 +166,7 @@ local Toggle67pProjection = {
|
||||
]],
|
||||
Documentation = "Enables or disables the image projection on 67P",
|
||||
GuiPath = "/Missions/Rosetta",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ local ToggleOuterPlanetaryTrails = {
|
||||
]],
|
||||
Documentation = "Toggles the visibility of all trails further from the Sun than 67P",
|
||||
GuiPath = "/Missions/Rosetta",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -278,7 +278,7 @@ local FocusRosetta = {
|
||||
]],
|
||||
Documentation = "Sets the focus of the camera on Rosetta",
|
||||
GuiPath = "/Missions/Rosetta",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local SetupLanderRelease = {
|
||||
@@ -289,7 +289,7 @@ local SetupLanderRelease = {
|
||||
]],
|
||||
Documentation = "Jumps to the time when the Philae lander is released",
|
||||
GuiPath = "/Missions/Rosetta",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local ToggleImagePlane = {
|
||||
@@ -303,7 +303,7 @@ local ToggleImagePlane = {
|
||||
]],
|
||||
Documentation = "Toggles the visibility of the free floating image plane",
|
||||
GuiPath = "/Missions/Rosetta",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local TogglePhilaeTrail = {
|
||||
@@ -317,7 +317,7 @@ local TogglePhilaeTrail = {
|
||||
]],
|
||||
Documentation = "Toggles the visibility of Philae's trail",
|
||||
GuiPath = "/Missions/Rosetta",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ local SetupJupiterApproach = {
|
||||
]],
|
||||
Documentation = "Sets the time for Voyager's approach to Jupiter",
|
||||
GuiPath = "/Missions/Voyager",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local SetupSaturnApproach = {
|
||||
@@ -17,7 +17,7 @@ local SetupSaturnApproach = {
|
||||
]],
|
||||
Documentation = "Sets the time for Voyager's approach to Saturn",
|
||||
GuiPath = "/Missions/Voyager",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local JupiterFocus = {
|
||||
@@ -30,7 +30,7 @@ local JupiterFocus = {
|
||||
]],
|
||||
Documentation = "Set the camera focus to Jupiter",
|
||||
GuiPath = "/Missions/Voyager",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local SaturnFocus = {
|
||||
@@ -43,7 +43,7 @@ local SaturnFocus = {
|
||||
]],
|
||||
Documentation = "Sets the camera focus on Saturn",
|
||||
GuiPath = "/Missions/Voyager",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local ToggleMinorMoonTrails = {
|
||||
@@ -57,7 +57,7 @@ local ToggleMinorMoonTrails = {
|
||||
]],
|
||||
Documentation = "Toggles the trails of the minor moons",
|
||||
GuiPath = "/Trails",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -250,7 +250,7 @@ local FocusVoyager1 = {
|
||||
]],
|
||||
Documentation = "Set camera focus to Voyager 1",
|
||||
GuiPath = "/Missions/Voyager",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -353,7 +353,7 @@ local FocusVoyager2 = {
|
||||
]],
|
||||
Documentation = "Set camera focus to Voyager 2",
|
||||
GuiPath = "/Missions/Voyager",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -86,7 +86,7 @@ local FocusEarth = {
|
||||
]],
|
||||
Documentation = "Set camera focus on the Earth",
|
||||
GuiPath = "/Solar System/Earth",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local ToggleSatelliteTrails = {
|
||||
@@ -100,7 +100,7 @@ local ToggleSatelliteTrails = {
|
||||
]],
|
||||
Documentation = "Toggle trails on or off for satellites around Earth",
|
||||
GuiPath = "/Solar System/Earth",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -94,7 +94,7 @@ local FocusMoon = {
|
||||
]],
|
||||
Documentation = "Set camera focus on the Moon",
|
||||
GuiPath = "/Solar System/Earth/Moon",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local ToggleMoonShading = {
|
||||
@@ -108,7 +108,7 @@ local ToggleMoonShading = {
|
||||
]],
|
||||
Documentation = "Toggles the shading of the Moon",
|
||||
GuiPath = "/Solar System/Earth/Moon",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -130,7 +130,7 @@ local FocusIss = {
|
||||
]],
|
||||
Documentation = "Refocuses the camera on the ISS",
|
||||
GuiPath = "/Solar System/Earth",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ local ToggleLagrangianPoints = {
|
||||
]],
|
||||
Documentation = "Toggle points and labels for the Lagrangian points for Earth Sun system",
|
||||
GuiPath = "/JWST",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local ToggleHudf = {
|
||||
@@ -23,7 +23,7 @@ local ToggleHudf = {
|
||||
]],
|
||||
Documentation = "Toggle Hubble Ultra Deep Field image and line towards its coordinate",
|
||||
GuiPath = "/JWST",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local ToggleL2 = {
|
||||
@@ -37,7 +37,7 @@ local ToggleL2 = {
|
||||
]],
|
||||
Documentation = "Toggle L2 label, point and line",
|
||||
GuiPath = "/JWST",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local ToggleFov = {
|
||||
@@ -51,7 +51,7 @@ local ToggleFov = {
|
||||
]],
|
||||
Documentation = "Toggle James Webb Space Telecope field of view and view band",
|
||||
GuiPath = "/JWST",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local SetupLaunch = {
|
||||
@@ -63,7 +63,7 @@ local SetupLaunch = {
|
||||
]],
|
||||
Documentation = "Set the time to the launch time of JWST",
|
||||
GuiPath = "/JWST",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local SetupDetach = {
|
||||
@@ -75,7 +75,7 @@ local SetupDetach = {
|
||||
]],
|
||||
Documentation = "Set the time to the detach time of JWST",
|
||||
GuiPath = "/JWST",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local ToggleSunTrail = {
|
||||
@@ -87,7 +87,7 @@ local ToggleSunTrail = {
|
||||
]],
|
||||
Documentation = "Toggle JWST trail relative to the Sun",
|
||||
GuiPath = "/JWST",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local ToggleTrailsExceptMoon = {
|
||||
@@ -106,7 +106,7 @@ local ToggleTrailsExceptMoon = {
|
||||
]],
|
||||
Documentation = "Toggle all planet and moon trails, except the Moon",
|
||||
GuiPath = "/JWST",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
local ToggleJwstTrails = {
|
||||
@@ -124,7 +124,7 @@ local ToggleJwstTrails = {
|
||||
]],
|
||||
Documentation = "Toggle JWST launch, cruise and L2 co-revolving orbit trails, not the Sun trail",
|
||||
GuiPath = "/JWST",
|
||||
isLocal = false
|
||||
IsLocal = false
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user