Increase default tile cache size

This commit is contained in:
Tom Payne
2013-04-09 22:14:54 +02:00
parent 29b78a32e8
commit 5a2483e224

View File

@@ -8,7 +8,7 @@ goog.require('ol.structs.LRUCache');
/**
* @define {number} Default high water mark.
*/
ol.DEFAULT_TILE_CACHE_HIGH_WATER_MARK = 512;
ol.DEFAULT_TILE_CACHE_HIGH_WATER_MARK = 2048;