mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-03-04 17:23:33 +01:00
viewer: update attribution link
This commit is contained in:
parent
fdf44ebc80
commit
a8e0af287b
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ const MinedMapLayer = L.GridLayer.extend({
|
|||
this.zoomOffset = L.Browser.retina ? 1 : 0;
|
||||
|
||||
this.options.tileSize = L.Browser.retina ? 256 : 512;
|
||||
this.options.attribution = 'Generated by <a href="https://github.com/NeoRaider/MinedMap">MinedMap</a>';
|
||||
this.options.attribution = 'Generated by <a href="https://github.com/neocturne/MinedMap">MinedMap</a>';
|
||||
|
||||
this.options.minZoom = -(mipmaps.length-1 + this.zoomOffset);
|
||||
this.options.maxNativeZoom = -this.zoomOffset;
|
||||
|
|
Loading…
Add table
Reference in a new issue