revert for now

This commit is contained in:
sonora 2015-01-05 14:10:10 +01:00
parent f91d2da0ca
commit 4b8f7aff34

View file

@ -73,7 +73,7 @@ public class MapRouteInfoControl extends MapControls implements IRouteInformatio
@Override
public boolean onSingleTap(PointF point, RotatedTileBox tileBox) {
if(selectFromMapTouch) {
LatLon latlon = new LatLon(tileBox.getLatLonFromPixel(point.x, point.y));
LatLon latlon = tileBox.getLatLonFromPixel(point.x, point.y);
selectFromMapTouch = false;
//TODO: Hardy: Looks like there is a small bug here somewhere: Re-selecting the "From" or "To" point during an ongoing route calculation (and only then) seems to (sometimes?) only interrupt the ongoing route calculation, but not restart it again with the new points
if(selectFromMapForTarget) {