mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Decrease max cluster radius (#24322)
This commit is contained in:
parent
c5c067ef19
commit
5cddc6e5c6
@ -581,6 +581,7 @@ export class HaMap extends ReactiveElement {
|
||||
this._mapCluster = Leaflet.markerClusterGroup({
|
||||
showCoverageOnHover: false,
|
||||
removeOutsideVisibleBounds: false,
|
||||
maxClusterRadius: 40,
|
||||
});
|
||||
this._mapCluster.addLayers(this._mapItems);
|
||||
map.addLayer(this._mapCluster);
|
||||
|
Loading…
x
Reference in New Issue
Block a user