set default max/min zoom
This commit is contained in:
parent
50e3794cb9
commit
ec7f75cf67
@ -22,8 +22,8 @@ import org.oscim.layers.tile.BitmapTileLayer.FadeStep;
|
||||
|
||||
public abstract class TileSource {
|
||||
|
||||
protected int mZoomMin;
|
||||
protected int mZoomMax;
|
||||
protected int mZoomMin = 0;
|
||||
protected int mZoomMax = 20;
|
||||
|
||||
public abstract ITileDataSource getDataSource();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user