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'],
|
impacts: ['ui'],
|
||||||
nullable: true,
|
nullable: true,
|
||||||
label: translate('Display the locate control'),
|
label: translate('Display the locate control'),
|
||||||
|
default: null,
|
||||||
},
|
},
|
||||||
longCredit: {
|
longCredit: {
|
||||||
type: 'Text',
|
type: 'Text',
|
||||||
|
@ -290,6 +291,7 @@ export const SCHEMA = {
|
||||||
impacts: ['ui'],
|
impacts: ['ui'],
|
||||||
nullable: true,
|
nullable: true,
|
||||||
label: translate('Display the measure control'),
|
label: translate('Display the measure control'),
|
||||||
|
default: null,
|
||||||
},
|
},
|
||||||
mask: {
|
mask: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
|
@ -507,6 +509,7 @@ export const SCHEMA = {
|
||||||
impacts: ['ui'],
|
impacts: ['ui'],
|
||||||
nullable: true,
|
nullable: true,
|
||||||
label: translate('Display the tile layers control'),
|
label: translate('Display the tile layers control'),
|
||||||
|
default: null,
|
||||||
},
|
},
|
||||||
toZoom: {
|
toZoom: {
|
||||||
type: Number,
|
type: Number,
|
||||||
|
|
Loading…
Reference in a new issue