Merge branch 'master' into rerouting

This commit is contained in:
afischerdev 2024-03-03 18:20:44 +01:00 committed by GitHub
commit 09248679db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 393 additions and 84 deletions

View file

@ -194,6 +194,10 @@ public class RouteServer extends Thread implements Comparable<RouteServer> {
if (wplist.size() < 10) {
SuspectManager.nearRecentWps.add(wplist);
}
if (params.containsKey("profile")) {
// already handled in readRoutingContext
params.remove("profile");
}
int engineMode = 0;
if (params.containsKey("engineMode")) {
engineMode = Integer.parseInt(params.get("engineMode"));