Remove interim tile handling for now

This commit is contained in:
ahocevar
2018-11-21 06:06:33 +01:00
parent 43759fd846
commit 82e2a84862
7 changed files with 18 additions and 83 deletions

View File

@@ -171,7 +171,7 @@ class VectorTile extends UrlTile {
this.format_, this.tileLoadFunction, urlTileCoord, this.tileUrlFunction,
this.tileGrid, this.getTileGridForProjection(projection),
this.sourceTiles_, pixelRatio, projection, this.tileClass,
this.handleTileChange.bind(this), tileCoord[0]);
this.handleTileChange.bind(this));
this.tileCache.set(tileCoordKey, tile);
return tile;