Move VRT specification into separate customization asset

Reenable customization scripts
Remove warning from HTTPRequest class
This commit is contained in:
Alexander Bock
2017-12-31 22:13:55 -05:00
parent f5662b3fe4
commit 51551bc291
10 changed files with 62 additions and 46 deletions
@@ -189,7 +189,7 @@ openspace.globebrowsing.addBlendingLayersFromDirectory = function (dir, node_nam
local files = openspace.walkDirectoryFiles(dir, true, true)
for _, file in pairs(files) do
if file:find('.info') then
if file and file:find('.info') then
c, h = openspace.globebrowsing.parseInfoFile(file)
if c then