Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove getSimplifiedGeometry from ol.geom.Circle
The `getSimplifiedGeometry` method is unnecessary as `ol.geom.SimpleGeometry`'s default implementation is to do the same thing (return `this`).
- Loading branch information