Create interim tiles for vector image tiles

This commit is contained in:
ahocevar
2018-05-24 15:42:30 +02:00
parent dcdfc22b95
commit 710cefc8dc
2 changed files with 30 additions and 7 deletions

View File

@@ -166,7 +166,7 @@ VectorTile.prototype.getTile = function(z, x, y, pixelRatio, projection) {
this.format_, this.tileLoadFunction, urlTileCoord, this.tileUrlFunction,
this.tileGrid, this.getTileGridForProjection(projection),
this.sourceTiles_, pixelRatio, projection, this.tileClass,
this.handleTileChange.bind(this));
this.handleTileChange.bind(this), tileCoord[0]);
this.tileCache.set(tileCoordKey, tile);
return tile;