diff --git a/meshview/templates/node.html b/meshview/templates/node.html index e2e481a..f84f31e 100644 --- a/meshview/templates/node.html +++ b/meshview/templates/node.html @@ -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 // }); }); }