mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-23 04:30:09 -05:00
Fix an issue with being able to add a GIBS layer via addGibsLayer
This commit is contained in:
@@ -88,7 +88,7 @@ openspace.globebrowsing.documentation = {
|
||||
}
|
||||
}
|
||||
|
||||
openspace.globebrowsing.addGibsLayer = function(layer, resolution, format, startDate, endDate)
|
||||
openspace.globebrowsing.addGibsLayer = function(layerName, resolution, format, startDate, endDate)
|
||||
if endDate == 'Present' then
|
||||
endDate = ''
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user