Add ol.layer.Heatmap class and example

This commit is contained in:
Frederic Junod
2014-02-19 12:06:13 +01:00
parent 9d05e08b49
commit c32d8a2e53
6 changed files with 311 additions and 1 deletions

View File

@@ -101,7 +101,7 @@ ol.renderer.canvas.VectorLayer.prototype.composeFrame =
replayContext.globalAlpha = layerState.opacity;
replayGroup.replay(
replayContext, frameState.extent, frameState.pixelRatio, transform,
renderGeometryFunction);
frameState.view2DState.rotation, renderGeometryFunction);
if (replayContext != context) {
this.dispatchRenderEvent(replayContext, frameState, transform);