chore: Add schema entries for layers.
This commit is contained in:
parent
ac866e3943
commit
0e12e0e5c3
2 changed files with 17 additions and 5 deletions
|
@ -30,6 +30,14 @@ export const SCHEMA = {
|
|||
inheritable: true,
|
||||
default: 'DarkBlue',
|
||||
},
|
||||
choropleth: {
|
||||
type: Object,
|
||||
impacts: ['data'],
|
||||
},
|
||||
cluster: {
|
||||
type: Object,
|
||||
impacts: ['data'],
|
||||
},
|
||||
dashArray: {
|
||||
impacts: ['data'],
|
||||
type: String,
|
||||
|
@ -129,6 +137,10 @@ export const SCHEMA = {
|
|||
label: translate('Display the fullscreen control'),
|
||||
default: true,
|
||||
},
|
||||
heat: {
|
||||
type: Object,
|
||||
impacts: ['data'],
|
||||
},
|
||||
iconClass: {
|
||||
impacts: ['data'],
|
||||
type: String,
|
||||
|
|
Loading…
Reference in a new issue