kopia lustrzana https://github.com/backface/turtlestitch
tweaked maps code
rodzic
d416c6f0ba
commit
715a6f6fcc
|
@ -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;
|
||||||
|
|
Ładowanie…
Reference in New Issue