diff --git a/umap/static/umap/js/modules/rendering/layers/classified.js b/umap/static/umap/js/modules/rendering/layers/classified.js index 039df186..ff02c33f 100644 --- a/umap/static/umap/js/modules/rendering/layers/classified.js +++ b/umap/static/umap/js/modules/rendering/layers/classified.js @@ -424,7 +424,7 @@ export const Categorized = FeatureGroup.extend({ } else { this.options.colors = colorbrewer?.Accent[this._classes] ? colorbrewer?.Accent[this._classes] - : U.COLORS // Fixme: move COLORS to modules/ + : Utils.COLORS } },