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
|
@ -358,7 +358,8 @@ export class InitUiElements {
|
|||
State.state.availableBackgroundLayers, State.state.layoutToUse.map((layout: LayoutConfig) => layout.defaultBackgroundId));
|
||||
|
||||
|
||||
const attr = new Attribution(State.state.locationControl, State.state.osmConnection.userDetails, State.state.layoutToUse, State.state.leafletMap);
|
||||
const attr = new Attribution(State.state.locationControl, State.state.osmConnection.userDetails, State.state.layoutToUse,
|
||||
State.state.leafletMap);
|
||||
const bm = new Basemap("leafletDiv",
|
||||
State.state.locationControl,
|
||||
State.state.backgroundLayer,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue