Merge pull request #6832 from oterral/fix_5269
Force state of error tiles when usInterimTilesOnError is false
This commit is contained in:
@@ -253,15 +253,6 @@ ol.VectorImageTile.prototype.load = function() {
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* @param {ol.TileState} tileState Tile state.
|
||||
*/
|
||||
ol.VectorImageTile.prototype.setState = function(tileState) {
|
||||
this.state = tileState;
|
||||
this.changed();
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* Sets the loader for a tile.
|
||||
* @param {ol.VectorTile} tile Vector tile.
|
||||
|
||||
Reference in New Issue
Block a user