Skip to content

Commit e9a2f9b

Browse files
committed
https for cgiar source, fixes graphhopper#2255
1 parent 9ea3023 commit e9a2f9b

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)