Skip to content

Commit

Permalink
feat: Bump max zoom from 12 to 80
Browse files Browse the repository at this point in the history
  • Loading branch information
tihuan committed Jun 3, 2024
1 parent 164aa76 commit 6d50706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/util/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
*/
export const THROTTLE_MS = 16;

export const SCALE_MAX = 12.0;
export const SCALE_MAX = 80.0;

0 comments on commit 6d50706

Please sign in to comment.