Expose clustering in layoutConfig

This commit is contained in:
Pieter Vander Vennet 2021-01-04 20:09:07 +01:00
parent 27f2206cae
commit c548c26158
7 changed files with 40 additions and 16 deletions

View file

@ -126,7 +126,10 @@ export interface LayoutConfigJson {
/**
* If defined, data will be clustered.
*/
clustering: {
clustering: {
/**
* All zoom levels above 'maxzoom' are not clustered anymore
*/
maxZoom?: number
},