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

@ -421,7 +421,9 @@ export class InitUiElements {
MetaTagging.addMetatags(features);
})
new ShowDataLayer(source.features, State.state.leafletMap, flayers);
new ShowDataLayer(source.features, State.state.leafletMap,
State.state.locationControl.map(l => l.zoom),
State.state.layoutToUse.data);
}