Remove listeners when dropping tiles

This commit is contained in:
Éric Lemoine
2013-03-05 16:04:01 +01:00
parent 5b258ca23f
commit fd6aaff2f5
3 changed files with 39 additions and 4 deletions
+7
View File
@@ -28,6 +28,13 @@ ol.Tile = function(tileCoord) {
goog.base(this);
/**
* A count incremented each time the tile is inQueue in a tile queue,
* and decremented each time the tile is dequeued from a tile queue.
* @type {number}
*/
this.inQueue = 0;
/**
* @type {ol.TileCoord}
*/