Merge pull request #2179 from pagameba/remove-getsimplifiedgeometry
Remove getSimplifiedGeometry from ol.geom.Circle
This commit is contained in:
@@ -129,15 +129,6 @@ ol.geom.Circle.prototype.getRadiusSquared_ = function() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @inheritDoc
|
|
||||||
* @todo api
|
|
||||||
*/
|
|
||||||
ol.geom.Circle.prototype.getSimplifiedGeometry = function(squaredTolerance) {
|
|
||||||
return this;
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @inheritDoc
|
* @inheritDoc
|
||||||
* @todo api
|
* @todo api
|
||||||
|
|||||||
Reference in New Issue
Block a user