Add missing call to flush in webgl map renderer

This commit is contained in:
Guillaume Beraudo
2014-11-21 13:36:09 +01:00
parent 235f7c5bd1
commit fe74bd1b2c
2 changed files with 2 additions and 2 deletions

View File

@@ -302,6 +302,8 @@ ol.renderer.webgl.Map.prototype.dispatchComposeEvent_ =
replayGroup.replay(context, center, resolution, rotation, size, extent,
pixelRatio, opacity, brightness, contrast, hue, saturation, {});
}
vectorContext.flush();
this.replayGroup = replayGroup;
}
};