set default max/min zoom

This commit is contained in:
Hannes Janetzek
2014-02-28 19:11:16 +01:00
parent 50e3794cb9
commit ec7f75cf67
+2 -2
View File
@@ -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();