Add 5s timeout to Lua-generated GDAL files

This commit is contained in:
Alexander Bock
2018-01-10 11:24:18 -05:00
parent 759faa0df9
commit 7c7bdbbd7e

View File

@@ -153,6 +153,7 @@ openspace.globebrowsing.createGibsGdalXml = function (layerName, date, resolutio
"<UnsafeSSL>true</UnsafeSSL>" ..
"<ZeroBlockHttpCodes>400,204,404</ZeroBlockHttpCodes>" ..
"<ZeroBlockOnServerException>true</ZeroBlockOnServerException>" ..
"<Timeout>5</Timeout>" ..
"</GDAL_WMS>"
return gdalWmsTemplate