default to max zoom 20
This commit is contained in:
@@ -32,7 +32,7 @@ public class MapViewPosition {
|
|||||||
private static final String TAG = MapViewPosition.class.getName();
|
private static final String TAG = MapViewPosition.class.getName();
|
||||||
|
|
||||||
// needs to fit for int: 2 * 20 * Tile.SIZE
|
// needs to fit for int: 2 * 20 * Tile.SIZE
|
||||||
public final static int MAX_ZOOMLEVEL = 24;
|
public final static int MAX_ZOOMLEVEL = 20;
|
||||||
public final static int MIN_ZOOMLEVEL = 2;
|
public final static int MIN_ZOOMLEVEL = 2;
|
||||||
|
|
||||||
public final static double MAX_SCALE = (1 << MAX_ZOOMLEVEL);
|
public final static double MAX_SCALE = (1 << MAX_ZOOMLEVEL);
|
||||||
|
|||||||
Reference in New Issue
Block a user