Clone should not share bounds
This commit is contained in:
@@ -25,7 +25,6 @@ ol.geom.Geometry.prototype.dimension;
|
|||||||
*/
|
*/
|
||||||
ol.geom.Geometry.prototype.clone = function() {
|
ol.geom.Geometry.prototype.clone = function() {
|
||||||
var clone = new this.constructor(this.getCoordinates());
|
var clone = new this.constructor(this.getCoordinates());
|
||||||
clone.bounds_ = this.bounds_;
|
|
||||||
clone.dimension = this.dimension;
|
clone.dimension = this.dimension;
|
||||||
return clone;
|
return clone;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user