Skip to content

Commit 945d054

Browse files
authored
Merge pull request GIScience#35 from gis-ops/fix-cgiar-link
change to https URL for CGIAR
2 parents 97bd024 + 4873109 commit 945d054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/com/graphhopper/reader/dem/CGIARProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public CGIARProvider() {
5454

5555
public CGIARProvider(String cacheDir) {
5656
// Alternative URLs for the CGIAR data can be found in #346
57-
super("http://srtm.csi.cgiar.org/wp-content/uploads/files/srtm_5x5/TIFF/",
57+
super("https://srtm.csi.cgiar.org/wp-content/uploads/files/srtm_5x5/TIFF/",
5858
cacheDir.isEmpty() ? "/tmp/cgiar" : cacheDir,
5959
"GraphHopper CGIARReader",
6060
6000, 6000,

0 commit comments

Comments
 (0)