mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-12-28 19:47:45 +01:00
Made zoom-in/out for changing tilesizes look better.
This commit is contained in:
parent
369317ea45
commit
51457464c2
@ -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) {}
|
||||
|
Loading…
Reference in New Issue
Block a user