viewer: add repository link

This commit is contained in:
Matthias Schiffer 2015-02-02 09:34:38 +01:00
parent e922dd601e
commit 9395b1f01d

View file

@ -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);
} }