mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-12-29 12:07:41 +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) {
|
setTileSize: function(tileSize) {
|
||||||
this.options.tileSize = tileSize;
|
this.options.tileSize = tileSize;
|
||||||
this._tiles = {};
|
this._tiles = {};
|
||||||
this._container.innerHTML = '';
|
|
||||||
this._createTileProto();
|
this._createTileProto();
|
||||||
},
|
},
|
||||||
updateTileSize: function(zoom) {}
|
updateTileSize: function(zoom) {}
|
||||||
|
Loading…
Reference in New Issue
Block a user