[OpenLayers-Commits] r3572 - sandbox/euzuro/untiled3/lib/OpenLayers/Layer/WMS

commits at openlayers.org commits at openlayers.org
Tue Jul 3 14:54:38 EDT 2007


Author: euzuro
Date: 2007-07-03 14:54:35 -0400 (Tue, 03 Jul 2007)
New Revision: 3572

Modified:
   sandbox/euzuro/untiled3/lib/OpenLayers/Layer/WMS/Untiled.js
Log:
add proper nd comment for singleTile property and remove no longer necessary @requires for HTTPRequest -- we just subclass directly from WMS now.

Modified: sandbox/euzuro/untiled3/lib/OpenLayers/Layer/WMS/Untiled.js
===================================================================
--- sandbox/euzuro/untiled3/lib/OpenLayers/Layer/WMS/Untiled.js	2007-07-03 18:48:34 UTC (rev 3571)
+++ sandbox/euzuro/untiled3/lib/OpenLayers/Layer/WMS/Untiled.js	2007-07-03 18:54:35 UTC (rev 3572)
@@ -4,7 +4,6 @@
 
  
 /**
- * @requires OpenLayers/Layer/HTTPRequest.js
  * @requires OpenLayers/Layer/WMS.js
  *
  * Class: OpenLayers.Layer.WMS
@@ -16,6 +15,10 @@
 OpenLayers.Layer.WMS.Untiled.prototype = 
   OpenLayers.Class.inherit( OpenLayers.Layer.WMS, {
 
+    /**
+     * APIProperty: singleTile
+     * {singleTile} Always true for untiled.
+     */
     singleTile: true,
 
     /**



More information about the Commits mailing list