Merge pull request #6832 from oterral/fix_5269
Force state of error tiles when usInterimTilesOnError is false
This commit is contained in:
@@ -178,15 +178,6 @@ ol.VectorTile.prototype.setReplayGroup = function(key, replayGroup) {
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* @param {ol.TileState} tileState Tile state.
|
||||
*/
|
||||
ol.VectorTile.prototype.setState = function(tileState) {
|
||||
this.state = tileState;
|
||||
this.changed();
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* Set the feature loader for reading this tile's features.
|
||||
* @param {ol.FeatureLoader} loader Feature loader.
|
||||
|
||||
Reference in New Issue
Block a user