Re-enable the marker cluster system

This commit is contained in:
Starbeamrainbowlabs 2019-06-11 00:43:11 +01:00
parent 6ce69098dc
commit 85fc5563d4
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ class LayerDeviceMarkers {
this.device_data = in_device_data;
// Create a new clustering layer
// this.layer = L.markerClusterGroup({
this.layer = L.layerGroup({
this.layer = L.markerClusterGroup({
// this.layer = L.layerGroup({
zoomToBoundsOnClick: false
});
}