Defer selection/deselection

This commit is contained in:
Éric Lemoine
2014-06-26 10:03:23 +02:00
parent bcdce20ee3
commit 0762b8c023
2 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -1202,7 +1202,7 @@ ol.Map.prototype.renderFrame_ = function(time) {
pixelToCoordinateMatrix: this.pixelToCoordinateMatrix_,
postRenderFunctions: [],
size: size,
skippedFeatureUids_: goog.object.clone(this.skippedFeatureUids_),
skippedFeatureUids_: this.skippedFeatureUids_,
tileQueue: this.tileQueue_,
time: time,
usedTiles: {},