Don't refresh the layer after addFeatures call

This commit is contained in:
Frederic Junod
2019-03-14 10:25:17 +01:00
parent d6f7533c76
commit 92cb9f1c51

View File

@@ -140,7 +140,6 @@ class Cluster extends VectorSource {
this.clear();
this.cluster();
this.addFeatures(this.features);
super.refresh();
}
/**