Add ol.render.IRender#drawAsync

This commit is contained in:
Éric Lemoine
2014-01-06 17:04:24 +01:00
parent fec4fd6d2f
commit e9110923a4

View File

@@ -11,6 +11,14 @@ ol.render.IRender = function() {
};
/**
* @param {number} zIndex Z index.
* @param {function(ol.render.canvas.Immediate)} callback Callback.
*/
ol.render.IRender.prototype.drawAsync = function(zIndex, callback) {
};
/**
* @param {ol.Feature} feature Feature.
* @param {ol.style.Style} style Style.