Skip to content

Commit

Permalink
feat: move labelKey field on the top datalayer form
Browse files Browse the repository at this point in the history
fix #2331
  • Loading branch information
yohanboniface committed Dec 9, 2024
1 parent d0156bc commit d8abb28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion umap/static/umap/js/modules/data/layer.js
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,7 @@ export class DataLayer extends ServerStored {
'options.type',
{ handler: 'LayerTypeChooser', label: translate('Type of layer') },
],
'options.labelKey',
[
'options.displayOnLoad',
{ label: translate('Display on load'), handler: 'Switch' },
Expand Down Expand Up @@ -698,7 +699,6 @@ export class DataLayer extends ServerStored {
'options.zoomTo',
'options.fromZoom',
'options.toZoom',
'options.labelKey',
]

builder = new U.FormBuilder(this, optionsFields, {
Expand Down

0 comments on commit d8abb28

Please sign in to comment.