Fix for #392 , another tile.clear we missed.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1780 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -125,7 +125,7 @@ OpenLayers.Layer.WMS.Untiled.prototype =
|
||||
|
||||
//clear out the old tile
|
||||
if (this.tile) {
|
||||
OpenLayers.Util.clearArray(this.tile);
|
||||
this.tile.clear();
|
||||
}
|
||||
|
||||
//determine new tile bounds
|
||||
|
||||
Reference in New Issue
Block a user