normalize profiles #312, defaults considerTurnRestrictions #307

This commit is contained in:
afischerdev 2021-09-08 18:41:23 +02:00
parent e303f34415
commit 6183f567b7
9 changed files with 217 additions and 236 deletions

View file

@ -36,8 +36,8 @@ public class DownloadService extends Service implements ProgressListener {
private static final boolean DEBUG = false;
String segmenturl = "https://brouter.de/brouter/segments4/";
String lookupurl = "https://brouter.de/brouter/segments4/";
String profilesurl = "https://brouter.de/brouter/segments4/";
String lookupurl = "https://brouter.de/brouter/profile2/";
String profilesurl = "https://brouter.de/brouter/profile2/";
String checkLookup = "lookups.dat";
String checkProfiles = "";