Pass view rotation to replay
This commit is contained in:
@@ -139,7 +139,7 @@ ol.source.ImageVector.prototype.canvasFunctionInternal_ =
|
||||
|
||||
var transform = this.getTransform_(ol.extent.getCenter(extent),
|
||||
resolution, pixelRatio, size);
|
||||
replayGroup.replay(this.canvasContext_, extent, pixelRatio, transform,
|
||||
replayGroup.replay(this.canvasContext_, extent, pixelRatio, transform, 0,
|
||||
goog.functions.TRUE);
|
||||
|
||||
this.replayGroup_ = replayGroup;
|
||||
|
||||
Reference in New Issue
Block a user