From 8be692113afa2400b16f8982fc1860360d49b5c7 Mon Sep 17 00:00:00 2001 From: David Levinsky Date: Tue, 2 May 2017 14:51:29 +0200 Subject: [PATCH] removed debug code --- src/core/map/draw-tiles.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/core/map/draw-tiles.js b/src/core/map/draw-tiles.js index 5f9d3cca..c679693b 100755 --- a/src/core/map/draw-tiles.js +++ b/src/core/map/draw-tiles.js @@ -628,9 +628,9 @@ MapDrawTiles.prototype.getTileTextureTransform = function(sourceTile, targetTile MapDrawTiles.prototype.updateTileSurfaceBounds = function(tile, submesh, surface, bound, fullUpdate) { var path, extraBound, layer, texture; - if (tile.id[0] == 18 && tile.id[1] == 70930 && tile.id[2] == 44286) { - tile = tile; - } + //if (tile.id[0] == 18 && tile.id[1] == 70930 && tile.id[2] == 44286) { + // tile = tile; + //} //search map view if (surface.boundLayerSequence.length > 0) {