update locus to new output
This commit is contained in:
parent
1600c4356e
commit
b15bdf3192
@ -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")) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user