mirror of
https://github.com/umap-project/umap.git
synced 2025-05-06 06:21:49 +02:00
chore: Add schema entries for layers.
This commit is contained in:
parent
da7689a5d0
commit
fd6e58c140
2 changed files with 17 additions and 5 deletions
|
@ -30,6 +30,14 @@ export const SCHEMA = {
|
||||||
inheritable: true,
|
inheritable: true,
|
||||||
default: 'DarkBlue',
|
default: 'DarkBlue',
|
||||||
},
|
},
|
||||||
|
choropleth: {
|
||||||
|
type: Object,
|
||||||
|
impacts: ['data'],
|
||||||
|
},
|
||||||
|
cluster: {
|
||||||
|
type: Object,
|
||||||
|
impacts: ['data'],
|
||||||
|
},
|
||||||
dashArray: {
|
dashArray: {
|
||||||
impacts: ['data'],
|
impacts: ['data'],
|
||||||
type: String,
|
type: String,
|
||||||
|
@ -129,6 +137,10 @@ export const SCHEMA = {
|
||||||
label: translate('Display the fullscreen control'),
|
label: translate('Display the fullscreen control'),
|
||||||
default: true,
|
default: true,
|
||||||
},
|
},
|
||||||
|
heat: {
|
||||||
|
type: Object,
|
||||||
|
impacts: ['data'],
|
||||||
|
},
|
||||||
iconClass: {
|
iconClass: {
|
||||||
impacts: ['data'],
|
impacts: ['data'],
|
||||||
type: String,
|
type: String,
|
||||||
|
|
Loading…
Reference in a new issue