diff --git a/umap/static/umap/js/umap.layer.js b/umap/static/umap/js/umap.layer.js index 21dc85e1..d4aafad8 100644 --- a/umap/static/umap/js/umap.layer.js +++ b/umap/static/umap/js/umap.layer.js @@ -218,14 +218,14 @@ L.U.Layer.Choropleth = L.FeatureGroup.extend({ [ 'options.choropleth.mode', { - handler: 'Select', - selectOptions: [ + handler: 'MultiChoice', + choices: [ ['q', L._('quantile')], ['e', L._('equidistant')], ['l', L._('logarithmic')], ['k', L._('k-mean')], ], - helpText: L._('Choropleth mode'), + label: L._('Choropleth mode'), }, ], ]