Changed gui by lechd + map per world client-configuration.
This commit is contained in:
parent
a294e10413
commit
cc406a157d
26 changed files with 487 additions and 349 deletions
|
|
@ -112,6 +112,9 @@ KzedMapType.prototype = $.extend(new DynMapType(), {
|
|||
this.dynmap.unregisterTile(this, tileName);
|
||||
}
|
||||
return tile.get(0);
|
||||
},
|
||||
updateTileSize: function(zoom) {
|
||||
//this.tileSize = new google.maps.Size(config.zoomSize[zoom], config.zoomSize[zoom]);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue