Made zoom-in/out for changing tilesizes look better.

This commit is contained in:
FrozenCow 2011-07-21 23:35:14 +02:00
parent 369317ea45
commit 51457464c2

View File

@ -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) {}