diff --git a/assets/js/propagation_map_hook.js b/assets/js/propagation_map_hook.js index 19a93e8b..de01e211 100644 --- a/assets/js/propagation_map_hook.js +++ b/assets/js/propagation_map_hook.js @@ -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 })