For performance, remove transition for vector tiles

This commit is contained in:
ahocevar
2018-05-24 15:37:19 +02:00
parent 64ad81cffa
commit dcdfc22b95
2 changed files with 2 additions and 5 deletions

View File

@@ -46,7 +46,7 @@ const VectorImageTile = function(tileCoord, state, sourceRevision, format,
tileLoadFunction, urlTileCoord, tileUrlFunction, sourceTileGrid, tileGrid,
sourceTiles, pixelRatio, projection, tileClass, handleTileChange, opt_options) {
Tile.call(this, tileCoord, state, opt_options);
Tile.call(this, tileCoord, state, {transition: 0});
/**
* @private