forked from MapComplete/MapComplete
Expose clustering in layoutConfig
This commit is contained in:
parent
27f2206cae
commit
c548c26158
7 changed files with 40 additions and 16 deletions
|
@ -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
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue