Remove zoom limit in MapViewDrawing.
這個提交存在於:
父節點
5ccdbc9417
當前提交
a9ab69965e
共有 1 個檔案被更改,包括 0 行新增 和 1 行删除
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
載入中…
新增問題並參考