[OpenLayers-Commits] r12116 -
trunk/openlayers/lib/OpenLayers/Tile/Image
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Tue Jun 21 06:28:29 EDT 2011
Author: ahocevar
Date: 2011-06-21 03:28:27 -0700 (Tue, 21 Jun 2011)
New Revision: 12116
Modified:
trunk/openlayers/lib/OpenLayers/Tile/Image/IFrame.js
Log:
don't show old backbuffer tiles after loading. p=h0nIg, r=me (see #3376)
Modified: trunk/openlayers/lib/OpenLayers/Tile/Image/IFrame.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Tile/Image/IFrame.js 2011-06-21 10:05:44 UTC (rev 12115)
+++ trunk/openlayers/lib/OpenLayers/Tile/Image/IFrame.js 2011-06-21 10:28:27 UTC (rev 12116)
@@ -166,7 +166,6 @@
//bind a listener to the onload of the iframe so that we
// can register when a tile has finished loading.
var onload = function() {
- this.show();
//normally isLoading should always be true here but there are some
// right funky conditions where loading and then reloading a tile
// with the same url *really*fast*. this check prevents sending
More information about the Commits
mailing list