mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-24 04:58:59 -05:00
Enable additional warnings
Update Ghoul reference Fix relative path in test_gdalwms
This commit is contained in:
+1
-1
Submodule ext/ghoul updated: 409685e382...9ca353e7eb
+1
-1
@@ -52,7 +52,7 @@ return {
|
||||
File = "${BASE_PATH}/ScriptLog.txt"
|
||||
},
|
||||
ShutdownCountdown = 3,
|
||||
DownloadRequestURL = "http://openspace.itn.liu.se/request.cgi",
|
||||
DownloadRequestURL = "http://130.236.132.168/request.cgi",
|
||||
RenderingMethod = "Framebuffer"
|
||||
--RenderingMethod = "ABuffer" -- alternative: "Framebuffer"
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ TEST_F(GdalWmsTest, Simple) {
|
||||
|
||||
std::cout << res << std::endl;
|
||||
|
||||
std::string testFile = absPath("../data/scene/debugglobe/map_service_configs/TERRA_CR_B143_2016-04-12.wms");
|
||||
std::string testFile = absPath("${SCENE}/debugglobe/map_service_configs/TERRA_CR_B143_2016-04-12.wms");
|
||||
|
||||
poDataset = (GDALDataset *)GDALOpen(testFile.c_str(), GA_ReadOnly);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user