Adding API docs for the tileManager property

This commit is contained in:
ahocevar
2012-11-30 10:26:19 -06:00
parent 781f2ac73d
commit 273657a6ab

View File

@@ -370,6 +370,14 @@ OpenLayers.Map = OpenLayers.Class({
* property at the time the control is added to the map.
*/
displayProjection: null,
/**
* 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.
*/
tileManager: null,
/**
* APIProperty: fallThrough