Clear queued tile keys when queue is cleared
This commit is contained in:
@@ -78,6 +78,7 @@ ol.TileQueue.DROP = Infinity;
|
|||||||
*/
|
*/
|
||||||
ol.TileQueue.prototype.clear = function() {
|
ol.TileQueue.prototype.clear = function() {
|
||||||
goog.array.clear(this.heap_);
|
goog.array.clear(this.heap_);
|
||||||
|
this.queuedTileKeys_ = {};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user