Center map on DFW with ~500 mile radius default view

This commit is contained in:
Graham McIntire 2026-03-31 08:07:16 -05:00
parent c56f349c86
commit c4de1dd77c
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59

View file

@ -1,8 +1,9 @@
export const PropagationMap = {
mounted() {
// Center on DFW airport, ~500 mile radius
this.map = L.map(this.el, {
center: [38.0, -96.0],
zoom: 5,
center: [32.897, -97.038],
zoom: 7,
minZoom: 4,
maxZoom: 10
})