Add default value to choropleth mode MultiChoice
This commit is contained in:
parent
ce39afc64a
commit
d9522d9c1f
1 changed files with 1 additions and 0 deletions
|
@ -219,6 +219,7 @@ L.U.Layer.Choropleth = L.FeatureGroup.extend({
|
||||||
'options.choropleth.mode',
|
'options.choropleth.mode',
|
||||||
{
|
{
|
||||||
handler: 'MultiChoice',
|
handler: 'MultiChoice',
|
||||||
|
default: 'q',
|
||||||
choices: [
|
choices: [
|
||||||
['q', L._('quantile')],
|
['q', L._('quantile')],
|
||||||
['e', L._('equidistant')],
|
['e', L._('equidistant')],
|
||||||
|
|
Loading…
Reference in a new issue