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

@ -13,4 +13,4 @@ profiles_url=https://brouter.de/brouter/profiles2/
# these are comma separated arrays
check_lookup=lookups.dat
check_profiles=car-eco.brf,car-fast.brf,dummy.brf,fastbike.brf,fastbike-asia-pacific.brf,fastbike-lowtraffic.brf,moped.brf,shortest.brf,trekking.brf,vm-forum-liegerad-schnell.brf,vm-forum-velomobil-schnell.brf
check_profiles=car-eco.brf,car-eco-de.brf,car-eco-suspect_scan.brf,car-fast.brf,car-traffic_analysis.brf,fastbike.brf,fastbike-asia-pacific.brf,fastbike-lowtraffic.brf,fastbike-verylowtraffic.brf,hiking-beta.brf,moped.brf,rail.brf,river.brf,safety.brf,shortest.brf,trekking.brf,trekking-ignore-cr.brf,trekking-noferries.brf,trekking-nosteps.brf,trekking-steep.brf,vm-forum-liegerad-schnell.brf,vm-forum-velomobil-schnell.brf

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 = "";