Skip to content

Commit

Permalink
change CGIAR URL to the latest available one
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsnolde authored and Adam Rousell committed May 27, 2019
1 parent 9cd20ec commit 9a693dd
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ public CGIARProvider() {

public CGIARProvider(String cacheDir) {
// Alternative URLs for the CGIAR data can be found in #346
super("http://srtm.csi.cgiar.org/SRT-ZIP/SRTM_V41/SRTM_Data_GeoTiff",
// MOD START nilsnolde
// Get the right CGIAR URL, #394
super("http://srtm.csi.cgiar.org/wp-content/uploads/files/srtm_5x5/TIFF/",
// MOD END nilsnolde
cacheDir.isEmpty() ? "/tmp/cgiar" : cacheDir,
"GraphHopper CGIARReader",
6000, 6000,
Expand Down

0 comments on commit 9a693dd

Please sign in to comment.