diff --git a/src/Better_Map_Widget-Full.html b/src/Better_Map_Widget-Full.html
index d15b9f0..3a3c3c8 100644
--- a/src/Better_Map_Widget-Full.html
+++ b/src/Better_Map_Widget-Full.html
@@ -65,10 +65,14 @@
registry.pendingDefaults = registry.pendingDefaults || [];
var defaults = {};
- defaults.version = "3.70";
+ defaults.version = "3.71";
defaults.releaseNotes = `
Release Notes
Latest releases can be found at https://github.com/logicmonitor/custom_widgets
+ Version 3.71
+
+ - If all items in a cluster are at the same location then the cluster's popup now displays a message to that fact explaining why the cluster cannot be zoomed in.
+
Version 3.70
- The loading indicator now shows geocoding progress ("Geocoding x of y") when addresses are being resolved, so you can see the map is still working when many new locations need coordinates.
@@ -1225,10 +1229,15 @@ Version 3.12
transition: background 0.2s;
}
- .cluster-zoom-btn:hover {
+ .cluster-zoom-btn:hover:not(:disabled) {
background: #1557b0;
}
+ .cluster-zoom-btn:disabled {
+ background: #9aa0a6;
+ cursor: default;
+ }
+
.cluster-stats {
display: grid;
gap: 8px;
@@ -5662,18 +5671,26 @@ Version 3.12
clusterBounds.extend(device.position);
});
- return `
-