mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update build
This commit is contained in:
2
dist/leaflet.markercluster-src.js
vendored
2
dist/leaflet.markercluster-src.js
vendored
@ -876,7 +876,7 @@ L.MarkerClusterGroup = L.FeatureGroup.extend({
|
|||||||
//Gets the maps visible bounds expanded in each direction by the size of the screen (so the user cannot see an area we do not cover in one pan)
|
//Gets the maps visible bounds expanded in each direction by the size of the screen (so the user cannot see an area we do not cover in one pan)
|
||||||
_getExpandedVisibleBounds: function () {
|
_getExpandedVisibleBounds: function () {
|
||||||
if (!this.options.removeOutsideVisibleBounds) {
|
if (!this.options.removeOutsideVisibleBounds) {
|
||||||
return this.getBounds();
|
return this._map.getBounds();
|
||||||
}
|
}
|
||||||
|
|
||||||
var map = this._map,
|
var map = this._map,
|
||||||
|
2
dist/leaflet.markercluster.js
vendored
2
dist/leaflet.markercluster.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user