Use interim tiles when changing dynamic parameters

This commit is contained in:
Éric Lemoine
2015-11-06 16:50:57 +01:00
parent 9cf26f1fac
commit 132861e175
10 changed files with 222 additions and 31 deletions
+11
View File
@@ -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.