Method that copies properties from another object moved to the BaseObject class. Not using getProperties() to avoid creating an intermediate object that is not used later
This commit is contained in:
@@ -107,7 +107,7 @@ class MultiLineString extends SimpleGeometry {
|
||||
this.layout,
|
||||
this.ends_.slice()
|
||||
);
|
||||
multiLineString.importPropertiesFrom(this);
|
||||
multiLineString.applyProperties(this);
|
||||
return multiLineString;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user