Dispatch 'render' event in renderer.canvas.VectorLayer

The context property of the event only contains the vector rendering.
This commit is contained in:
Frederic Junod
2014-02-06 15:55:09 +01:00
parent 8c9d22c5e5
commit 9d05e08b49
3 changed files with 49 additions and 4 deletions

View File

@@ -10,7 +10,8 @@ goog.require('ol.render.IVectorContext');
*/
ol.render.EventType = {
POSTCOMPOSE: 'postcompose',
PRECOMPOSE: 'precompose'
PRECOMPOSE: 'precompose',
RENDER: 'render'
};