prepare rerouting
This commit is contained in:
parent
ae7411d4a0
commit
e5ecd14ce1
2 changed files with 16 additions and 1 deletions
|
|
@ -110,7 +110,8 @@ public class BRouter {
|
|||
}
|
||||
re.doRun(0);
|
||||
|
||||
if (engineMode == RoutingEngine.BROUTER_ENGINEMODE_ROUTING) {
|
||||
if (engineMode == RoutingEngine.BROUTER_ENGINEMODE_ROUTING ||
|
||||
engineMode == RoutingEngine.BROUTER_ENGINEMODE_PREPARE_REROUTE) {
|
||||
// store new reference track if any
|
||||
// (can exist for timed-out search)
|
||||
if (re.getFoundRawTrack() != null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue