Anchor, origin, and size are neither settable nor gettable for circle
This commit is contained in:
@@ -116,7 +116,6 @@ goog.inherits(ol.style.Circle, ol.style.Image);
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @inheritDoc
|
* @inheritDoc
|
||||||
* @api
|
|
||||||
*/
|
*/
|
||||||
ol.style.Circle.prototype.getAnchor = function() {
|
ol.style.Circle.prototype.getAnchor = function() {
|
||||||
return this.anchor_;
|
return this.anchor_;
|
||||||
@@ -178,7 +177,6 @@ ol.style.Circle.prototype.getHitDetectionImageSize = function() {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @inheritDoc
|
* @inheritDoc
|
||||||
* @api
|
|
||||||
*/
|
*/
|
||||||
ol.style.Circle.prototype.getOrigin = function() {
|
ol.style.Circle.prototype.getOrigin = function() {
|
||||||
return this.origin_;
|
return this.origin_;
|
||||||
@@ -197,7 +195,6 @@ ol.style.Circle.prototype.getRadius = function() {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @inheritDoc
|
* @inheritDoc
|
||||||
* @api
|
|
||||||
*/
|
*/
|
||||||
ol.style.Circle.prototype.getSize = function() {
|
ol.style.Circle.prototype.getSize = function() {
|
||||||
return this.size_;
|
return this.size_;
|
||||||
|
|||||||
Reference in New Issue
Block a user