From 0a8ffebb85dbcb47bbc0bd2a5dc238aad77125b6 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Wed, 5 Mar 2008 14:41:32 +0000 Subject: [PATCH] resizing the map quickly messes up tile load events (singleTile). Thanks bartvde for the patch. r=me (closes #1417) git-svn-id: http://svn.openlayers.org/trunk/openlayers@6436 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/Grid.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/OpenLayers/Layer/Grid.js b/lib/OpenLayers/Layer/Grid.js index b59c590d01..d062fb7e34 100644 --- a/lib/OpenLayers/Layer/Grid.js +++ b/lib/OpenLayers/Layer/Grid.js @@ -700,7 +700,6 @@ OpenLayers.Layer.Grid = OpenLayers.Class(OpenLayers.Layer.HTTPRequest, { */ onMapResize: function() { if (this.singleTile) { - this.clearGrid(); this.setTileSize(); } },