mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
chore: add missing default values in schema
This commit is contained in:
parent
1b3852d0e8
commit
52b4244333
1 changed files with 3 additions and 0 deletions
|
@ -278,6 +278,7 @@ export const SCHEMA = {
|
|||
impacts: ['ui'],
|
||||
nullable: true,
|
||||
label: translate('Display the locate control'),
|
||||
default: null,
|
||||
},
|
||||
longCredit: {
|
||||
type: 'Text',
|
||||
|
@ -290,6 +291,7 @@ export const SCHEMA = {
|
|||
impacts: ['ui'],
|
||||
nullable: true,
|
||||
label: translate('Display the measure control'),
|
||||
default: null,
|
||||
},
|
||||
mask: {
|
||||
type: Boolean,
|
||||
|
@ -507,6 +509,7 @@ export const SCHEMA = {
|
|||
impacts: ['ui'],
|
||||
nullable: true,
|
||||
label: translate('Display the tile layers control'),
|
||||
default: null,
|
||||
},
|
||||
toZoom: {
|
||||
type: Number,
|
||||
|
|
Loading…
Reference in a new issue