[Libreoffice-commits] online.git: Branch 'feature/latency' - loleaflet/src

Tamás Zolnai tamas.zolnai at collabora.com
Thu Jun 14 21:15:05 UTC 2018


 loleaflet/src/layer/tile/GridLayer.js |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit 73d16b87675b3290ddbe13f5201b3f5dff646421
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
Date:   Thu Jun 14 23:13:37 2018 +0200

    Remove these unneccessary updates
    
    Change-Id: Idfe0c99036741c0e5f2bdda84ac71a47ae3229f6

diff --git a/loleaflet/src/layer/tile/GridLayer.js b/loleaflet/src/layer/tile/GridLayer.js
index 660d2c297..8b613b631 100644
--- a/loleaflet/src/layer/tile/GridLayer.js
+++ b/loleaflet/src/layer/tile/GridLayer.js
@@ -687,12 +687,6 @@ L.GridLayer = L.Layer.extend({
 
 			this._level.el.appendChild(fragment);
 		}
-
-		this._invalidateClientVisibleArea();
-		this._sendClientVisibleArea();
-
-		this._updateClientZoom();
-		this._sendClientZoom();
 	},
 
 	_invalidateClientVisibleArea: function() {


More information about the Libreoffice-commits mailing list