[OpenLayers-Commits] r5126 - trunk/openlayers/lib/OpenLayers/Layer

commits at openlayers.org commits at openlayers.org
Tue Nov 6 12:00:24 EST 2007


Author: tschaub
Date: 2007-11-06 12:00:22 -0500 (Tue, 06 Nov 2007)
New Revision: 5126

Modified:
   trunk/openlayers/lib/OpenLayers/Layer/TileCache.js
Log:
A bit more documentation on the TileCache layer class.

Modified: trunk/openlayers/lib/OpenLayers/Layer/TileCache.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/TileCache.js	2007-11-06 16:35:48 UTC (rev 5125)
+++ trunk/openlayers/lib/OpenLayers/Layer/TileCache.js	2007-11-06 17:00:22 UTC (rev 5126)
@@ -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:



More information about the Commits mailing list