Prune all except for the most recent z on URL change

This commit is contained in:
Tim Schaub
2017-10-07 10:29:40 -06:00
parent c692b98fa9
commit c96c9cfc6d
3 changed files with 60 additions and 0 deletions

View File

@@ -155,6 +155,7 @@ ol.source.UrlTile.prototype.setTileLoadFunction = function(tileLoadFunction) {
*/
ol.source.UrlTile.prototype.setTileUrlFunction = function(tileUrlFunction, opt_key) {
this.tileUrlFunction = tileUrlFunction;
this.tileCache.pruneExceptNewestZ();
if (typeof opt_key !== 'undefined') {
this.setKey(opt_key);
} else {