mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-03-04 17:23:33 +01:00
viewer: add repository link
This commit is contained in:
parent
e922dd601e
commit
9395b1f01d
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ var MinedMapLayer = L.GridLayer.extend({
|
||||||
this._info = info.info;
|
this._info = info.info;
|
||||||
this._regions = info.regions;
|
this._regions = info.regions;
|
||||||
|
|
||||||
|
this.options.attribution = 'Generated by <a href="http://git.universe-factory.net/MinedMap/">MinedMap</a>';
|
||||||
|
|
||||||
if (!L.Browser.android) {
|
if (!L.Browser.android) {
|
||||||
this.on('tileunload', this._onTileRemove);
|
this.on('tileunload', this._onTileRemove);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue