Add override-all option to layers

This commit is contained in:
Pieter Vander Vennet 2021-04-23 16:50:07 +02:00
parent a4f8559108
commit 1a1477ca43
3 changed files with 23 additions and 8 deletions

View file

@ -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?: {
/**