reduce default in-memory tile cache size

This commit is contained in:
Hannes Janetzek 2014-01-31 03:06:26 +01:00
parent e99200cd61
commit 50d9481d73

View File

@ -32,7 +32,7 @@ public abstract class TileLayer<T extends TileLoader> extends Layer implements M
private final static int MAX_ZOOMLEVEL = 17; private final static int MAX_ZOOMLEVEL = 17;
private final static int MIN_ZOOMLEVEL = 2; private final static int MIN_ZOOMLEVEL = 2;
private final static int CACHE_LIMIT = 250; private final static int CACHE_LIMIT = 150;
protected final TileManager mTileManager; protected final TileManager mTileManager;
protected final TileRenderer mRenderLayer; protected final TileRenderer mRenderLayer;