We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e9e324 commit 12b9a14Copy full SHA for 12b9a14
src/geometry/CenterMixin.js
@@ -25,9 +25,6 @@ export default function (Base) {
25
*/
26
setCoordinates(coordinates) {
27
const center = (coordinates instanceof Coordinate) ? coordinates : new Coordinate(coordinates);
28
- if (center.equals(this._coordinates)) {
29
- return this;
30
- }
31
this._coordinates = center;
32
if (!this.getMap()) {
33
//When not on a layer or when creating a new one, temporarily save the coordinates,
0 commit comments