mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
commit
80ff4ed899
1 changed files with 1 additions and 1 deletions
|
@ -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' },
|
||||
|
@ -698,7 +699,6 @@ export class DataLayer extends ServerStored {
|
|||
'options.zoomTo',
|
||||
'options.fromZoom',
|
||||
'options.toZoom',
|
||||
'options.labelKey',
|
||||
]
|
||||
|
||||
builder = new U.FormBuilder(this, optionsFields, {
|
||||
|
|
Loading…
Reference in a new issue