Remove zoom limit in MapViewDrawing.

This commit is contained in:
Holt59 2018-02-25 01:17:55 +01:00
parent 5ccdbc9417
commit a9ab69965e

View File

@ -199,7 +199,6 @@ public class MapViewDrawing extends MapView implements Drawing {
byte zoomLevel = LatLongUtils.zoomForBounds(model.mapViewDimension.getDimension(), boundingBox,
model.displayModel.getTileSize());
model.mapViewPosition.setMapPosition(new MapPosition(boundingBox.getCenterPoint(), zoomLevel));
model.mapViewPosition.setZoomLevelMin(zoomLevel);
}
}