Pass view rotation to replay

This commit is contained in:
Tom Payne
2014-02-21 11:56:34 +01:00
parent 27c5ab0312
commit fe420ce1eb
3 changed files with 34 additions and 27 deletions

View File

@@ -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;