fix build

This commit is contained in:
sonora 2016-12-30 14:40:01 +01:00
parent ceee9cc8af
commit d621ef850f

View file

@ -1025,7 +1025,7 @@ public class OsmandMapTileView implements IMapDownloaderCallback {
// Keep zoom center fixed or flexible
calc.setLatLonCenter(initialCenterLatLon.getLatitude(), initialCenterLatLon.getLongitude());
//PointF updatedCenterPoint = multiTouchSupport.getCenterPoint();
PointF updatedCenterPoint = multiTouchSupport.getCenterPoint();
//calc.setLatLonCenter(initialViewport.getLatLonFromPixel(updatedCenterPoint.x, updatedCenterPoint.y).getLatitude(),
// initialViewport.getLatLonFromPixel(updatedCenterPoint.x, updatedCenterPoint.y).getLongitude());