[OpenLayers-Commits] r3163 - trunk/openlayers/lib/OpenLayers/Layer/WMS

commits at openlayers.org commits at openlayers.org
Wed May 23 16:18:46 EDT 2007


Author: crschmidt
Date: 2007-05-23 16:18:45 -0400 (Wed, 23 May 2007)
New Revision: 3163

Modified:
   trunk/openlayers/lib/OpenLayers/Layer/WMS/Untiled.js
Log:
Apply #718 with sde's approval, fixing WMS.Untiled clone method bug reported
via MapBuilder/Ehud Shabtai.


Modified: trunk/openlayers/lib/OpenLayers/Layer/WMS/Untiled.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/WMS/Untiled.js	2007-05-23 03:49:33 UTC (rev 3162)
+++ trunk/openlayers/lib/OpenLayers/Layer/WMS/Untiled.js	2007-05-23 20:18:45 UTC (rev 3163)
@@ -92,7 +92,9 @@
         obj = OpenLayers.Layer.HTTPRequest.prototype.clone.apply(this, [obj]);
 
         // copy/set any non-init, non-simple values here
-
+        
+        obj.tile = null;
+        
         return obj;
     },    
     



More information about the Commits mailing list