Remove auto zoom-out on range circle click

This commit is contained in:
Graham McIntire 2026-03-31 09:53:31 -05:00
parent 69b9128c3f
commit aa694c1771
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59

View file

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