Defines in ol namespace defined in ol.js

This commit is contained in:
Tim Schaub
2014-04-30 08:45:02 -06:00
parent cec41c4b0a
commit e4e3b2229a
10 changed files with 50 additions and 42 deletions

View File

@@ -1,18 +1,13 @@
goog.provide('ol.TileCache');
goog.require('goog.asserts');
goog.require('ol');
goog.require('ol.Tile');
goog.require('ol.TileCoord');
goog.require('ol.TileRange');
goog.require('ol.structs.LRUCache');
/**
* @define {number} Default high water mark.
*/
ol.DEFAULT_TILE_CACHE_HIGH_WATER_MARK = 2048;
/**
* @constructor