fix typo
This commit is contained in:
parent
1d97761eac
commit
74ec786abb
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ public class MapRouteInfoControl extends MapControls implements IRouteInformatio
|
|||
//-Test code only--
|
||||
//Try force route re-caculation if stopped due to Issue2515
|
||||
//if (!routingHelper.isRouteBeingCalculated()) {
|
||||
routingHelper.recalculateRouteDueToSettingsChange()
|
||||
routingHelper.recalculateRouteDueToSettingsChange();
|
||||
// getTargets().setStartPoint(latlon, true, null);
|
||||
//}
|
||||
//-----------------
|
||||
|
|
Loading…
Reference in a new issue