Skip to content

Commit a929938

Browse files
committed
change CGIARProvider URL, fixes graphhopper#1545
1 parent 26e517c commit a929938

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/SRT-ZIP/SRTM_V41/SRTM_Data_GeoTiff",
57+
super("http://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)