Add dummy implementation of ol.render.canvas.Batch#drawFeature
This commit is contained in:
@@ -145,6 +145,12 @@ ol.render.canvas.Batch.prototype.draw = function(context, transform) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @inheritDoc
|
||||||
|
*/
|
||||||
|
ol.render.canvas.Batch.prototype.drawFeature = goog.abstractMethod;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @inheritDoc
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user