Skip to content

Commit

Permalink
Edit default view state zoom
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-chemla committed Jul 19, 2024
1 parent 30ad953 commit 96c0f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function App() {
.split("/")
.map((x) => parseFloat(x));
if (hashed_viewstate.length !== 3) {
hashed_viewstate = [2, 10, 0];
hashed_viewstate = [3, 10, 0];
}
setViewState({
zoom: hashed_viewstate[0],
Expand Down

0 comments on commit 96c0f1d

Please sign in to comment.