changed suspect-managers brouter-web link to 0.7-syntax

This commit is contained in:
Arndt Brenschede 2018-10-12 21:51:45 +02:00
parent fc542dd73f
commit 940abc5ea2

View file

@ -279,8 +279,8 @@ public class SuspectManager extends Thread
br.close(); br.close();
} }
String url1 = "http://brouter.de/brouter-web/#zoom=18&lat=" + dlat + "&lon=" + dlon String url1 = "http://brouter.de/brouter-web/#map=18/" + dlat + "/" + dlon
+ "&lonlats=" + dlon + "," + dlat + "&profile=" + profile; + "/OpenStreetMap&lonlats=" + dlon + "," + dlat + "&profile=" + profile;
// String url1 = "http://localhost:8080/brouter-web/#map=18/" + dlat + "/" // String url1 = "http://localhost:8080/brouter-web/#map=18/" + dlat + "/"
// + dlon + "/Mapsforge Tile Server&lonlats=" + dlon + "," + dlat; // + dlon + "/Mapsforge Tile Server&lonlats=" + dlon + "," + dlat;