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

@@ -12,13 +12,6 @@ ol.render.VectorContext = function() {
};
/**
* @param {number} zIndex Z index.
* @param {function(ol.render.VectorContext)} callback Callback.
*/
ol.render.VectorContext.prototype.drawAsync = goog.abstractMethod;
/**
* Render a geometry.
*