Immediate rendering for all vector contexts

This commit is contained in:
Tim Schaub
2016-03-18 17:31:14 -06:00
parent f0814628b7
commit 0eb7e8220d
5 changed files with 3 additions and 70 deletions

View File

@@ -288,8 +288,6 @@ ol.renderer.webgl.Map.prototype.dispatchComposeEvent_ = function(type, frameStat
var composeEvent = new ol.render.Event(type, map, vectorContext,
frameState, null, context);
map.dispatchEvent(composeEvent);
vectorContext.flush();
}
};