Fix an issue with being able to add a GIBS layer via addGibsLayer

This commit is contained in:
Alexander Bock
2023-03-26 20:24:55 +02:00
parent 31c0b4a623
commit 8eec0e84b9
@@ -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