Add tile queue

This commit is contained in:
Tom Payne
2013-01-11 01:10:21 +01:00
parent 2a6cc1ae70
commit 52df441cf8
6 changed files with 151 additions and 2 deletions
+1
View File
@@ -92,6 +92,7 @@ ol.ImageTile.prototype.getKey = function() {
ol.ImageTile.prototype.handleImageError_ = function() {
this.state = ol.TileState.ERROR;
this.unlistenImage_();
this.dispatchChangeEvent();
};