Skip to content

Commit

Permalink
Remove pitch bearing and center settings
Browse files Browse the repository at this point in the history
  • Loading branch information
wkramer committed Mar 29, 2024
1 parent c612dcd commit 615b4cf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/map/MapComponent.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<template>
<mgl-map
ref="map"
:pitch="0"
:bearing="0"
:center="[0, 0]"
:min-zoom="2"
:interactive="true"
:drag-pan="true"
Expand Down

0 comments on commit 615b4cf

Please sign in to comment.