viewer: update attribution link

This commit is contained in:
Matthias Schiffer 2024-01-03 02:22:54 +01:00
parent fdf44ebc80
commit a8e0af287b
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C

View file

@ -25,7 +25,7 @@ const MinedMapLayer = L.GridLayer.extend({
this.zoomOffset = L.Browser.retina ? 1 : 0; this.zoomOffset = L.Browser.retina ? 1 : 0;
this.options.tileSize = L.Browser.retina ? 256 : 512; 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.minZoom = -(mipmaps.length-1 + this.zoomOffset);
this.options.maxNativeZoom = -this.zoomOffset; this.options.maxNativeZoom = -this.zoomOffset;