revert, this fixed it in the wrong direction...
This commit is contained in:
parent
d219fe9899
commit
486c4a30ba
1 changed files with 0 additions and 2 deletions
|
@ -78,10 +78,8 @@ public class MapRouteInfoControl extends MapControls implements IRouteInformatio
|
|||
//TODO: Hardy: Looks like there is an old bug somewhere here: Re-selecting the From or To via "Select on map" during a route calculation does interrupt the ongoing route calculation, while reselecting From or To via "Fvorites" correctly re-starts any ongoing route recalculation with the updated point
|
||||
if(selectFromMapForTarget) {
|
||||
getTargets().navigateToPoint(latlon, true, -1);
|
||||
getTargets().navigateToPoint(latlon, true, -1);
|
||||
} else {
|
||||
getTargets().setStartPoint(latlon, true, null);
|
||||
getTargets().setStartPoint(latlon, true, null);
|
||||
}
|
||||
contextMenu.setLocation(latlon, null);
|
||||
showDialog();
|
||||
|
|
Loading…
Reference in a new issue