reduce default of bitmap tiles kept in memory
This commit is contained in:
parent
818e9ecbb8
commit
77e2a6607c
@ -38,7 +38,7 @@ public class BitmapTileLayer extends TileLayer<TileLoader> {
|
|||||||
|
|
||||||
protected static final Logger log = LoggerFactory.getLogger(BitmapTileLayer.class);
|
protected static final Logger log = LoggerFactory.getLogger(BitmapTileLayer.class);
|
||||||
|
|
||||||
private final static int CACHE_LIMIT = 50;
|
private final static int CACHE_LIMIT = 20;
|
||||||
|
|
||||||
protected final TileSource mTileSource;
|
protected final TileSource mTileSource;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user