Use interim tiles when changing dynamic parameters
This commit is contained in:
@@ -156,6 +156,17 @@ ol.source.Tile.prototype.getGutter = function() {
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* Return the "parameters" key, a string composed of the source's
|
||||
* parameters/dimensions.
|
||||
* @return {string} The parameters key.
|
||||
* @protected
|
||||
*/
|
||||
ol.source.Tile.prototype.getKeyParams = function() {
|
||||
return '';
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* @param {number} z Z.
|
||||
* @param {number} x X.
|
||||
|
||||
Reference in New Issue
Block a user