loleaflet/src/layer/tile/GridLayer.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fe4ff86335ff77ab03b4cc32696c4c70d1a0df89
Author: Mihai Varga <mihai.va...@collabora.com>
Date:   Fri Jun 26 19:29:02 2015 +0300

    Temporarily disable client cache
    
    Until we invalidate tiles from all zoom levels

diff --git a/loleaflet/src/layer/tile/GridLayer.js 
b/loleaflet/src/layer/tile/GridLayer.js
index 64e3054..6885a01 100644
--- a/loleaflet/src/layer/tile/GridLayer.js
+++ b/loleaflet/src/layer/tile/GridLayer.js
@@ -587,7 +587,7 @@ L.GridLayer = L.Layer.extend({
                // FIXME: this _tileCache is used for prev/next slide; but it is
                // dangerous in connection with typing / invalidation, so let's
                // comment it out for now
-               this._tileCache[key] = tile.el.src;
+               //this._tileCache[key] = tile.el.src;
 
                L.DomUtil.remove(tile.el);
                delete this._tiles[key];
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to