Rename ol.render.canvas.Replay#draw to replay

This commit is contained in:
Tom Payne
2013-11-25 20:03:21 +01:00
parent ae29e70cfd
commit b0d5f96b65
2 changed files with 4 additions and 4 deletions

View File

@@ -67,7 +67,7 @@ ol.renderer.canvas.VectorLayer.prototype.composeFrame =
}
goog.asserts.assert(goog.isFunction(renderGeometryFunction));
context.globalAlpha = layerState.opacity;
replayGroup.draw(
replayGroup.replay(
context, frameState.extent, transform, renderGeometryFunction);
}