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() {