mend some typos
This commit is contained in:
parent
4ac6037dd8
commit
4afcfe4116
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ public class MapRouteInfoControl extends MapControls implements IRouteInformatio
|
|||
getTargets().navigateToPoint(latlon, true, -1);
|
||||
} else {
|
||||
getTargets().setStartPoint(latlon, true, null);
|
||||
//TODO: Issue 2515: Re-selecting the "From" or "To" point, or any other route preference during an ongoing route calculation (and only then), and if the ""From" point is not "Current position" (and only then), always corretcly interrupts the ongoing route calculation, but restarts it exactly EVERY OTHER time only.
|
||||
//TODO: Issue 2515: Re-selecting the "From" or "To" point, or any other route preference during an ongoing route calculation (and only then), and if the "From" point is not "Current position" (and only then), always correctly interrupts the ongoing route calculation, but restarts it exactly EVERY OTHER time only.
|
||||
}
|
||||
contextMenu.setLocation(latlon, null);
|
||||
showDialog();
|
||||
|
|
Loading…
Reference in a new issue