Authored by Thomas Rasch

Merge pull request #71 from mapbox/double_tap_passthrough

double tap passthrough
... ... @@ -1064,10 +1064,7 @@
}
else
{
[self zoomInToNextNativeZoomAt:aPoint animated:YES];
if (_delegateHasDoubleTapOnMap)
[delegate doubleTapOnMap:self at:aPoint];
[self mapTiledLayerView:tiledLayerView doubleTapAtPoint:aPoint];
}
}
... ... @@ -1092,10 +1089,7 @@
}
else
{
[self zoomInToNextNativeZoomAt:aPoint animated:YES];
if (_delegateHasDoubleTapOnMap)
[delegate doubleTapOnMap:self at:aPoint];
[self mapTiledLayerView:tiledLayerView doubleTapAtPoint:aPoint];
}
}
... ...