Skip to content

Commit

Permalink
widgets[map]: Increase the default zoom level to 18
Browse files Browse the repository at this point in the history
Users wanting to perform missions will usually go to a level around that, so we can save their time.
  • Loading branch information
rafaellehmkuhl authored and patrickelectric committed Apr 11, 2023
1 parent 48d51a5 commit 9236a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/widgets/Map.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import type { Map } from 'leaflet'
import type { Ref } from 'vue'
import { nextTick, ref } from 'vue'
const zoom = ref(11)
const zoom = ref(18)
const bounds = ref(null)
const center = ref([-27.5935, -48.55854])
const home = ref(center.value)
Expand Down

0 comments on commit 9236a1f

Please sign in to comment.