From 053538cc423428423983862411ab7e80d6089b23 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sun, 6 Sep 2015 09:57:25 -0600 Subject: [PATCH] Anchor, origin, and size are neither settable nor gettable for circle --- src/ol/style/circlestyle.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ol/style/circlestyle.js b/src/ol/style/circlestyle.js index 1690ea3717..57bb47061a 100644 --- a/src/ol/style/circlestyle.js +++ b/src/ol/style/circlestyle.js @@ -116,7 +116,6 @@ goog.inherits(ol.style.Circle, ol.style.Image); /** * @inheritDoc - * @api */ ol.style.Circle.prototype.getAnchor = function() { return this.anchor_; @@ -178,7 +177,6 @@ ol.style.Circle.prototype.getHitDetectionImageSize = function() { /** * @inheritDoc - * @api */ ol.style.Circle.prototype.getOrigin = function() { return this.origin_; @@ -197,7 +195,6 @@ ol.style.Circle.prototype.getRadius = function() { /** * @inheritDoc - * @api */ ol.style.Circle.prototype.getSize = function() { return this.size_;