[OpenLayers-Commits] r5134 - sandbox/ahocevar/sldRenderer/lib/OpenLayers/Layer

commits at openlayers.org commits at openlayers.org
Tue Nov 6 17:54:00 EST 2007


Author: ahocevar
Date: 2007-11-06 17:53:58 -0500 (Tue, 06 Nov 2007)
New Revision: 5134

Modified:
   sandbox/ahocevar/sldRenderer/lib/OpenLayers/Layer/TileCache.js
Log:
Merging from r5107 to HEAD

Modified: sandbox/ahocevar/sldRenderer/lib/OpenLayers/Layer/TileCache.js
===================================================================
--- sandbox/ahocevar/sldRenderer/lib/OpenLayers/Layer/TileCache.js	2007-11-06 22:41:45 UTC (rev 5133)
+++ sandbox/ahocevar/sldRenderer/lib/OpenLayers/Layer/TileCache.js	2007-11-06 22:53:58 UTC (rev 5134)
@@ -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 tile
+ *     creation.  Create a new instance with the
  *     <OpenLayers.Layer.TileCache> constructor.
  *
  * Inherits from:
@@ -41,7 +44,8 @@
      *
      * Parameters:
      * name - {String} Name of the layer displayed in the interface
-     * url - {String} Location of the web accessible cache
+     * url - {String} Location of the web accessible cache (not the location of
+     *     your tilecache script!)
      * layername - {String} Layer name as defined in the TileCache 
      *     configuration
      * options - {Object} Hashtable of extra options to tag onto the layer



More information about the Commits mailing list