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,
|
||||
|
|
|
@ -527,11 +527,11 @@ L.FormBuilder.IconUrl = L.FormBuilder.BlurInput.extend({
|
|||
)
|
||||
}
|
||||
const symbol = L.DomUtil.add(
|
||||
'button',
|
||||
'flat tab-symbols',
|
||||
this.tabs,
|
||||
L._('Symbol')
|
||||
),
|
||||
'button',
|
||||
'flat tab-symbols',
|
||||
this.tabs,
|
||||
L._('Symbol')
|
||||
),
|
||||
char = L.DomUtil.add(
|
||||
'button',
|
||||
'flat tab-chars',
|
||||
|
|
Loading…
Reference in a new issue