enabled roundtrip for app
This commit is contained in:
parent
08e825c52a
commit
19cb111b27
1 changed files with 2 additions and 1 deletions
|
|
@ -136,7 +136,8 @@ public class BRouterWorker {
|
||||||
cr.quite = true;
|
cr.quite = true;
|
||||||
cr.doRun(maxRunningTime);
|
cr.doRun(maxRunningTime);
|
||||||
|
|
||||||
if (engineMode == RoutingEngine.BROUTER_ENGINEMODE_ROUTING) {
|
if (engineMode == RoutingEngine.BROUTER_ENGINEMODE_ROUTING ||
|
||||||
|
engineMode == RoutingEngine.BROUTER_ENGINEMODE_ROUNDTRIP) {
|
||||||
// store new reference track if any
|
// store new reference track if any
|
||||||
// (can exist for timed-out search)
|
// (can exist for timed-out search)
|
||||||
if (cr.getFoundRawTrack() != null) {
|
if (cr.getFoundRawTrack() != null) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue