mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-11-25 06:53:00 +00:00
Re-enable the marker cluster system
This commit is contained in:
parent
6ce69098dc
commit
85fc5563d4
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ class LayerDeviceMarkers {
|
||||||
this.device_data = in_device_data;
|
this.device_data = in_device_data;
|
||||||
|
|
||||||
// Create a new clustering layer
|
// Create a new clustering layer
|
||||||
// this.layer = L.markerClusterGroup({
|
this.layer = L.markerClusterGroup({
|
||||||
this.layer = L.layerGroup({
|
// this.layer = L.layerGroup({
|
||||||
zoomToBoundsOnClick: false
|
zoomToBoundsOnClick: false
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue