Dispatch 'render' event in renderer.canvas.VectorLayer
The context property of the event only contains the vector rendering.
This commit is contained in:
@@ -10,7 +10,8 @@ goog.require('ol.render.IVectorContext');
|
||||
*/
|
||||
ol.render.EventType = {
|
||||
POSTCOMPOSE: 'postcompose',
|
||||
PRECOMPOSE: 'precompose'
|
||||
PRECOMPOSE: 'precompose',
|
||||
RENDER: 'render'
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user