Adding TileManager to mobile build profile, and note in Map.js
As suggested by @probins; see #702.
This commit is contained in:
@@ -375,7 +375,8 @@ OpenLayers.Map = OpenLayers.Class({
|
||||
* APIProperty: tileManager
|
||||
* {<OpenLayers.TileManager>} If configured at construction time, the map
|
||||
* will use the TileManager to queue image requests and to cache tile image
|
||||
* elements.
|
||||
* elements. Note: make sure that OpenLayers/TileManager.js is included in
|
||||
* your build profile.
|
||||
*/
|
||||
tileManager: null,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user