Added remaining tests

This commit is contained in:
Simon Seyock
2016-09-10 22:34:04 +02:00
parent 9f32e8d566
commit b86a12e121
9 changed files with 298 additions and 26 deletions
+1
View File
@@ -84,6 +84,7 @@ ol.style.Style.prototype.clone = function() {
return new ol.style.Style({
geometry: geometry,
fill: this.getFill() ? this.getFill().clone() : undefined,
image: this.getImage() ? this.getImage().clone() : undefined,
stroke: this.getStroke() ? this.getStroke().clone() : undefined,
text: this.getText() ? this.getText().clone() : undefined,
zIndex: this.getZIndex()