chore: Add schema entries for layers.

This commit is contained in:
Alexis Métaireau 2024-04-01 14:53:06 +02:00
parent ac866e3943
commit 0e12e0e5c3
2 changed files with 17 additions and 5 deletions

View file

@ -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,