tweaked maps code

pull/89/head
jmoenig 2019-05-24 11:04:57 +02:00
rodzic d416c6f0ba
commit 715a6f6fcc
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -194,8 +194,8 @@ WorldMap.prototype.render = function () {
// this.subdomains[sub] + '.' + // this.subdomains[sub] + '.' +
this.url + '/' + this.url + '/' +
this.zoom + '/' + this.zoom + '/' +
(originTile.x + x) + '/' + tileX + '/' +
(originTile.y + y) + '.png' + tileY + '.png' +
this.apiSuffix; this.apiSuffix;
/* /*
sub += 1; sub += 1;