fix build
This commit is contained in:
parent
ceee9cc8af
commit
d621ef850f
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
||||
|
|
Loading…
Reference in a new issue