false center slows down the map download

This commit is contained in:
Ruslan Sokolovski 2020-01-04 18:47:47 -08:00
parent 7da68b6fc7
commit a9ce6b2fdb

View File

@ -62,7 +62,6 @@ public class MapManager {
mapView.getLayerManager().redrawLayers();
mapView.setZoomLevel((byte) 18);
mapView.setCenter(new LatLong(52, 13));
return downloadLayer;
}