Allow to select choropleth property from a list instead of gessing it
This commit is contained in:
parent
6c502c54b4
commit
7b68c52a15
1 changed files with 2 additions and 1 deletions
|
@ -190,7 +190,8 @@ L.U.Layer.Choropleth = L.FeatureGroup.extend({
|
|||
[
|
||||
'options.choropleth.property',
|
||||
{
|
||||
handler: 'BlurInput',
|
||||
handler: 'Select',
|
||||
selectOptions: this.datalayer._propertiesIndex,
|
||||
placeholder: L._('Choropleth property value'),
|
||||
helpText: L._('Choropleth property value'),
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue