Add dummy implementation of ol.render.canvas.Batch#drawFeature

This commit is contained in:
Tom Payne
2013-11-10 22:41:05 +01:00
parent 6ae1c2e874
commit 6052a8ef9f

View File

@@ -145,6 +145,12 @@ ol.render.canvas.Batch.prototype.draw = function(context, transform) {
};
/**
* @inheritDoc
*/
ol.render.canvas.Batch.prototype.drawFeature = goog.abstractMethod;
/**
* @inheritDoc
*/