mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-03-04 17:23:33 +01:00
viewer: switch to GitHub URL
This commit is contained in:
parent
b6f14f0c72
commit
12b5cb4f4e
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ var MinedMapLayer = L.GridLayer.extend({
|
||||||
|
|
||||||
this.zoomOffset = L.Browser.retina ? 1 : 0;
|
this.zoomOffset = L.Browser.retina ? 1 : 0;
|
||||||
|
|
||||||
this.options.attribution = 'Generated by <a href="http://git.universe-factory.net/MinedMap/">MinedMap</a>';
|
this.options.attribution = 'Generated by <a href="https://github.com/NeoRaider/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