We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e143409 commit cabcb67Copy full SHA for cabcb67
android/app/src/main/java/com/graphhopper/android/MainActivity.java
@@ -73,7 +73,7 @@ public class MainActivity extends Activity
73
private volatile boolean prepareInProgress = false;
74
private volatile boolean shortestPathRunning = false;
75
private String currentArea = "berlin";
76
- private String fileListURL = "http://download2.graphhopper.com/public/maps/0.6/";
+ private String fileListURL = "http://download2.graphhopper.com/public/maps/0.7/";
77
private String prefixURL = fileListURL;
78
private String downloadURL;
79
private File mapsFolder;
0 commit comments