Re-enable the marker cluster system

pull/35/head
Starbeamrainbowlabs 4 years ago
parent 6ce69098dc
commit 85fc5563d4
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2

@ -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
});
}

Loading…
Cancel
Save