mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-04 02:29:49 -06:00
Add 5s timeout to Lua-generated GDAL files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user