update locus to new output

This commit is contained in:
afischerdev 2023-08-15 16:35:52 +02:00
parent 1600c4356e
commit b15bdf3192

View file

@ -64,7 +64,7 @@ public class BRouterWorker {
if ("osmand".equalsIgnoreCase(tiFormat)) { if ("osmand".equalsIgnoreCase(tiFormat)) {
rc.turnInstructionMode = 3; rc.turnInstructionMode = 3;
} else if ("locus".equalsIgnoreCase(tiFormat)) { } else if ("locus".equalsIgnoreCase(tiFormat)) {
rc.turnInstructionMode = 7; rc.turnInstructionMode = 2;
} }
} }
if (params.containsKey("timode")) { if (params.containsKey("timode")) {