Changed zoom factor on maps

This commit is contained in:
Pablo Revilla
2025-06-05 22:33:57 -07:00
parent b49a8d61e8
commit 3a9f2eb5ab

View File

@@ -223,7 +223,7 @@
bounds.extend(point);
});
map.fitBounds(bounds.pad(0.1), { maxZoom: 15 });
map.fitBounds(bounds.pad(0.1), { maxZoom: 10 });
}
}, 200); // Slightly longer delay to ensure all elements are fully loaded