Remove unused removeExtentFeature_ function in ol.interaction.Extent
This commit is contained in:
@@ -443,16 +443,6 @@ ol.interaction.Extent.prototype.createOrUpdatePointerFeature_ = function(vertex)
|
|||||||
return vertexFeature;
|
return vertexFeature;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
|
||||||
* @private
|
|
||||||
*/
|
|
||||||
ol.interaction.Extent.prototype.removePointerFeature_ = function() {
|
|
||||||
var vertexFeature = this.vertexFeature_;
|
|
||||||
if (vertexFeature) {
|
|
||||||
this.vertexOverlay_.getSource().removeFeature(vertexFeature);
|
|
||||||
this.vertexFeature_ = null;
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @inheritDoc
|
* @inheritDoc
|
||||||
|
|||||||
Reference in New Issue
Block a user