changed suspect-managers brouter-web link to 0.7-syntax
This commit is contained in:
parent
fc542dd73f
commit
940abc5ea2
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue