From 51457464c2dfb5fe835a211041e01b1f25fc1642 Mon Sep 17 00:00:00 2001 From: FrozenCow Date: Thu, 21 Jul 2011 23:35:14 +0200 Subject: [PATCH] Made zoom-in/out for changing tilesizes look better. --- web/js/dynmaputils.js | 1 - 1 file changed, 1 deletion(-) diff --git a/web/js/dynmaputils.js b/web/js/dynmaputils.js index 07ace996..341db0d5 100644 --- a/web/js/dynmaputils.js +++ b/web/js/dynmaputils.js @@ -130,7 +130,6 @@ var DynmapTileLayer = L.TileLayer.extend({ setTileSize: function(tileSize) { this.options.tileSize = tileSize; this._tiles = {}; - this._container.innerHTML = ''; this._createTileProto(); }, updateTileSize: function(zoom) {}