From 96c0f1dff1191d4bb9f39191b457fa93856e582f Mon Sep 17 00:00:00 2001 From: Jonathan Chemla Date: Fri, 19 Jul 2024 16:01:45 +0200 Subject: [PATCH] Edit default view state zoom --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index b79a9ff..5d38d0e 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -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],