forked from MapComplete/MapComplete
Add overrie capabilities
This commit is contained in:
parent
66018cb421
commit
93a16944a3
7 changed files with 113 additions and 41 deletions
|
|
@ -120,8 +120,11 @@ export interface LayoutConfigJson {
|
|||
*
|
||||
* *layers can also remove 'leftover'-features if the leftovers overlap with a feature in the layer itself
|
||||
*
|
||||
* Note that builtin layers can be reused. Either put in the name of the layer to reuse, or use {builtin: "layername", override: ...}
|
||||
* The 'override'-object will be copied over the original values of the layer, which allows to change certain aspects of the layer
|
||||
*
|
||||
*/
|
||||
layers: (LayerConfigJson | string)[],
|
||||
layers: (LayerConfigJson | string | {builtin: string, override: any})[],
|
||||
|
||||
/**
|
||||
* If defined, data will be clustered.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue