forked from MapComplete/MapComplete
Add working clustering!
This commit is contained in:
parent
da7d1287f0
commit
db66689705
12 changed files with 142 additions and 30 deletions
|
@ -123,6 +123,13 @@ export interface LayoutConfigJson {
|
|||
*/
|
||||
layers: (LayerConfigJson | string)[],
|
||||
|
||||
/**
|
||||
* If defined, data will be clustered.
|
||||
*/
|
||||
clustering: {
|
||||
maxZoom?: number
|
||||
},
|
||||
|
||||
/**
|
||||
* The URL of a custom CSS stylesheet to modify the layout
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue