Add ol.render.webgl.Immediate#drawCircleGeometry

This commit is contained in:
Tom Payne
2014-01-12 20:38:40 +01:00
parent b2b74a5ee6
commit 5df47634f3

View File

@@ -20,6 +20,14 @@ ol.render.webgl.Immediate.prototype.drawAsync = function(zIndex, callback) {
};
/**
* @inheritDoc
*/
ol.render.webgl.Immediate.prototype.drawCircleGeometry =
function(circleGeometry, data) {
};
/**
* @inheritDoc
*/