A bit more documentation on the TileCache layer class.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@5126 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2007-11-06 17:00:22 +00:00
parent 4b83b83018
commit 99d4d662e4

View File

@@ -8,7 +8,10 @@
*
* Class: OpenLayers.Layer.TileCache
* A read only TileCache layer. Used to requests tiles cached by TileCache in
* a web accessible cache. Create a new instance with the
* a web accessible cache. This means that you have to pre-populate your
* cache before this layer can be used. It is meant only to read tiles
* created by TileCache, and not to make calls to TileCache for layer
* creation. Create a new instance with the
* <OpenLayers.Layer.TileCache> constructor.
*
* Inherits from: