mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00: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