CanvasTileLayer: Remove redraw call.

Signed-off-by: Gökay Şatır <gokay.satir@collabora.com>
Change-Id: I92930e3590ecade0dac3340e5476317b03910d09
This commit is contained in:
Gökay Şatır 2021-05-27 14:14:14 +03:00 committed by Gökay ŞATIR
parent 37ef68aa43
commit 78fe4887e1

View file

@ -6171,7 +6171,6 @@ L.CanvasTileLayer = L.Layer.extend({
// Send acknowledgment, that the tile message arrived
var tileID = tileMsgObj.part + ':' + tileMsgObj.x + ':' + tileMsgObj.y + ':' + tileMsgObj.tileWidth + ':' + tileMsgObj.tileHeight + ':' + tileMsgObj.nviewid;
app.socket.sendMessage('tileprocessed tile=' + tileID);
app.sectionContainer.requestReDraw();
},
_onTileMsg: function (textMsg, img) {