mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 20:02:36 +02:00
parent
d0156bc7a6
commit
d8abb28e35
1 changed files with 1 additions and 1 deletions
|
@ -626,6 +626,7 @@ export class DataLayer extends ServerStored {
|
||||||
'options.type',
|
'options.type',
|
||||||
{ handler: 'LayerTypeChooser', label: translate('Type of layer') },
|
{ handler: 'LayerTypeChooser', label: translate('Type of layer') },
|
||||||
],
|
],
|
||||||
|
'options.labelKey',
|
||||||
[
|
[
|
||||||
'options.displayOnLoad',
|
'options.displayOnLoad',
|
||||||
{ label: translate('Display on load'), handler: 'Switch' },
|
{ label: translate('Display on load'), handler: 'Switch' },
|
||||||
|
@ -698,7 +699,6 @@ export class DataLayer extends ServerStored {
|
||||||
'options.zoomTo',
|
'options.zoomTo',
|
||||||
'options.fromZoom',
|
'options.fromZoom',
|
||||||
'options.toZoom',
|
'options.toZoom',
|
||||||
'options.labelKey',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
builder = new U.FormBuilder(this, optionsFields, {
|
builder = new U.FormBuilder(this, optionsFields, {
|
||||||
|
|
Loading…
Reference in a new issue