Synchronous rendering only

This commit is contained in:
Tim Schaub
2016-03-18 01:42:29 -06:00
parent ec2daf2118
commit f0814628b7
6 changed files with 0 additions and 64 deletions

View File

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