Skip to content

Commit

Permalink
feat: zoom out antarctic
Browse files Browse the repository at this point in the history
  • Loading branch information
ymarcon committed Nov 11, 2024
1 parent 03fece1 commit b8b3a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/map/AzimuthView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const attributions =
],
view: new View({
center: fromLonLat(isSouthPole.value ? [0, -90] : [0, 90], stereographicPole),
zoom: 4,
zoom: isSouthPole.value ? 3 : 4,
projection: props.projection,
}),
});
Expand Down

0 comments on commit b8b3a19

Please sign in to comment.