Add ol.render.IRender#drawCircleGeometry

This commit is contained in:
Tom Payne
2014-01-12 20:38:06 +01:00
parent 3647f13e2e
commit b2b74a5ee6
2 changed files with 15 additions and 0 deletions
+6
View File
@@ -379,6 +379,12 @@ ol.render.canvas.Replay.prototype.reverseHitDetectionInstructions_ =
ol.render.canvas.Replay.prototype.drawAsync = goog.abstractMethod;
/**
* @inheritDoc
*/
ol.render.canvas.Replay.prototype.drawCircleGeometry = goog.abstractMethod;
/**
* @inheritDoc
*/