Made zoom-in/out for changing tilesizes look better.
This commit is contained in:
parent
8a9dd38ada
commit
1083329b52
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue