Clone skippedFeatureUids_

This commit is contained in:
Éric Lemoine
2014-06-14 15:13:21 +02:00
parent 18d117dff6
commit bcdce20ee3

View File

@@ -1202,7 +1202,7 @@ ol.Map.prototype.renderFrame_ = function(time) {
pixelToCoordinateMatrix: this.pixelToCoordinateMatrix_, pixelToCoordinateMatrix: this.pixelToCoordinateMatrix_,
postRenderFunctions: [], postRenderFunctions: [],
size: size, size: size,
skippedFeatureUids_: this.skippedFeatureUids_, skippedFeatureUids_: goog.object.clone(this.skippedFeatureUids_),
tileQueue: this.tileQueue_, tileQueue: this.tileQueue_,
time: time, time: time,
usedTiles: {}, usedTiles: {},