Fix the net page as it was not showing the date information

This commit is contained in:
Pablo Revilla
2025-11-25 09:31:56 -08:00
parent 17a1265842
commit 7edb7b5c38
+1 -1
View File
@@ -399,7 +399,7 @@ function ensureMapVisible(){
if (group.getLayers().length > 0)
map.fitBounds(group.getBounds(), {
padding: [20, 20],
maxZoom: 11 // ← minimum zoom level after fitting
maxZoom: 11 //
});
});
}