mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-25 14:29:03 -06:00
Fix addGibsLayer script
This commit is contained in:
@@ -135,12 +135,12 @@ openspace.globebrowsing.documentation = {
|
||||
|
||||
openspace.globebrowsing.addGibsLayer = function(layerName, resolution, format, startDate, endDate)
|
||||
if endDate == "Present" then
|
||||
endDate = ""
|
||||
endDate = "Today"
|
||||
end
|
||||
|
||||
local layer = {
|
||||
Identifier = layerName,
|
||||
Type = "TemporalTileLayer",
|
||||
Type = "TemporalTileProvider",
|
||||
Mode = "Prototyped",
|
||||
Prototyped = {
|
||||
Time = {
|
||||
|
||||
Reference in New Issue
Block a user