mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
Increase default maxClusterRadius to look nicer with new centering changes.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
L.MarkerClusterGroup = L.FeatureGroup.extend({
|
||||
|
||||
options: {
|
||||
maxClusterRadius: 60, //A cluster will cover at most this many pixels from its center
|
||||
maxClusterRadius: 80, //A cluster will cover at most this many pixels from its center
|
||||
iconCreateFunction: null,
|
||||
|
||||
spiderfyOnMaxZoom: true,
|
||||
|
||||
Reference in New Issue
Block a user