diff --git a/umap/static/umap/js/modules/data/features.js b/umap/static/umap/js/modules/data/features.js index 18ce98f9..04bd0132 100644 --- a/umap/static/umap/js/modules/data/features.js +++ b/umap/static/umap/js/modules/data/features.js @@ -213,6 +213,7 @@ class Feature { if (this._umap.currentFeature === this) { this.view() } + this.datalayer.indexProperties(this) } this.redraw() }