From aa694c177173cfe1b714da4d3f790ae0f361bcd6 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Tue, 31 Mar 2026 09:53:31 -0500 Subject: [PATCH] Remove auto zoom-out on range circle click --- assets/js/propagation_map_hook.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/assets/js/propagation_map_hook.js b/assets/js/propagation_map_hook.js index c794b549..62d0a6d6 100644 --- a/assets/js/propagation_map_hook.js +++ b/assets/js/propagation_map_hook.js @@ -314,9 +314,6 @@ export const PropagationMap = { fillOpacity: 1 }).addTo(this.rangeCircles) - // Fit map to show the outer circle - const bounds = L.latLng(center).toBounds(rangeKm * 2 * 1000) - this.map.fitBounds(bounds, { padding: [50, 50], maxZoom: this.map.getZoom() }) }, sendBounds() {