Center map on DFW with ~500 mile radius default view
This commit is contained in:
parent
c56f349c86
commit
c4de1dd77c
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue