forked from MapComplete/MapComplete
Add override-all option to layers
This commit is contained in:
parent
a4f8559108
commit
1a1477ca43
3 changed files with 23 additions and 8 deletions
|
@ -114,6 +114,11 @@ export interface LayoutConfigJson {
|
|||
*/
|
||||
roamingRenderings?: (TagRenderingConfigJson | string)[],
|
||||
|
||||
/**
|
||||
* An override applied on all layers of the theme
|
||||
*/
|
||||
overrideAll?: any;
|
||||
|
||||
/**
|
||||
* The id of the default background. BY default: vanilla OSM
|
||||
*/
|
||||
|
@ -161,6 +166,7 @@ export interface LayoutConfigJson {
|
|||
|
||||
/**
|
||||
* If defined, data will be clustered.
|
||||
* Defaults to {maxZoom: 16, minNeeded: 500}
|
||||
*/
|
||||
clustering?: {
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue