Merge pull request #2179 from pagameba/remove-getsimplifiedgeometry

Remove getSimplifiedGeometry from ol.geom.Circle
This commit is contained in:
Paul Spencer
2014-06-09 16:10:02 -04:00

View File

@@ -129,15 +129,6 @@ ol.geom.Circle.prototype.getRadiusSquared_ = function() {
};
/**
* @inheritDoc
* @todo api
*/
ol.geom.Circle.prototype.getSimplifiedGeometry = function(squaredTolerance) {
return this;
};
/**
* @inheritDoc
* @todo api