default to max zoom 20
This commit is contained in:
parent
ad9bb1f3ef
commit
6a68bc47f8
@ -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);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user