update locus to new output
This commit is contained in:
parent
1600c4356e
commit
b15bdf3192
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ public class BRouterWorker {
|
|||
if ("osmand".equalsIgnoreCase(tiFormat)) {
|
||||
rc.turnInstructionMode = 3;
|
||||
} else if ("locus".equalsIgnoreCase(tiFormat)) {
|
||||
rc.turnInstructionMode = 7;
|
||||
rc.turnInstructionMode = 2;
|
||||
}
|
||||
}
|
||||
if (params.containsKey("timode")) {
|
||||
|
|
Loading…
Reference in a new issue