Force state of error tiles when usInterimTilesOnError is false

This commit is contained in:
oterral
2017-05-19 15:57:59 +02:00
parent 46c610f35e
commit c1abe4a550
6 changed files with 39 additions and 18 deletions
-9
View File
@@ -161,15 +161,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.