mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
Update build
This commit is contained in:
Vendored
+1
-1
@@ -508,7 +508,7 @@ L.MarkerClusterGroup = L.FeatureGroup.extend({
|
||||
if (shownPolygon) {
|
||||
map.removeLayer(shownPolygon);
|
||||
}
|
||||
if (a.layer.getChildCount() > 2) {
|
||||
if (a.layer.getChildCount() > 2 && a.layer !== this._spiderfied) {
|
||||
shownPolygon = new L.Polygon(a.layer.getConvexHull(), this.options.polygonOptions);
|
||||
map.addLayer(shownPolygon);
|
||||
}
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user