From fbee7e16a7ab3a27917f2870b915a160ff4ed36b Mon Sep 17 00:00:00 2001
From: Manuel Grizonnet <manuel.grizonnet@cnes.fr>
Date: Tue, 9 Jan 2018 18:09:08 +0100
Subject: [PATCH] BUG: mantis 1506 - update USGS url

---
 Modules/Applications/AppImageUtils/app/otbDownloadSRTMTiles.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Modules/Applications/AppImageUtils/app/otbDownloadSRTMTiles.cxx b/Modules/Applications/AppImageUtils/app/otbDownloadSRTMTiles.cxx
index 813fa5c2d0..fa696a0097 100644
--- a/Modules/Applications/AppImageUtils/app/otbDownloadSRTMTiles.cxx
+++ b/Modules/Applications/AppImageUtils/app/otbDownloadSRTMTiles.cxx
@@ -33,7 +33,7 @@ enum
   Mode_List
 };
 
-const std::string SRTMServerPath = "http://dds.cr.usgs.gov/srtm/version2_1/SRTM3/";
+const std::string SRTMServerPath = "https://dds.cr.usgs.gov/srtm/version2_1/SRTM3/";
 
 const std::string HGTZIPExtension = ".hgt.zip";
 const std::string HGTExtension = ".hgt";
-- 
GitLab