From 6d50706edbdc4ebb6d8927ab900dbd14aef243f9 Mon Sep 17 00:00:00 2001 From: Timmy Huang Date: Mon, 3 Jun 2024 12:12:29 -0700 Subject: [PATCH] feat: Bump max zoom from 12 to 80 --- client/src/util/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/util/constants.ts b/client/src/util/constants.ts index cbfcee7bf..15a383d7f 100644 --- a/client/src/util/constants.ts +++ b/client/src/util/constants.ts @@ -4,4 +4,4 @@ */ export const THROTTLE_MS = 16; -export const SCALE_MAX = 12.0; +export const SCALE_MAX = 80.0;