Add default value to choropleth mode MultiChoice

This commit is contained in:
Yohan Boniface 2023-10-09 14:54:37 +02:00
parent ce39afc64a
commit d9522d9c1f

View file

@ -219,6 +219,7 @@ L.U.Layer.Choropleth = L.FeatureGroup.extend({
'options.choropleth.mode',
{
handler: 'MultiChoice',
default: 'q',
choices: [
['q', L._('quantile')],
['e', L._('equidistant')],