From 190c9fb35f107db005dfb9cfecd254b5e3a3f4c4 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Fri, 29 Sep 2017 17:00:34 -0700 Subject: [PATCH] Tweak the maximum and minimum zoom parameters for the text demo --- demo/client/src/text-demo.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/client/src/text-demo.ts b/demo/client/src/text-demo.ts index 2ea219a4..ebb69f03 100644 --- a/demo/client/src/text-demo.ts +++ b/demo/client/src/text-demo.ts @@ -79,8 +79,8 @@ const SUBPIXEL_GRANULARITY: number = 4; const ATLAS_SIZE: glmatrix.vec2 = glmatrix.vec2.fromValues(2048, 4096); -const MIN_SCALE: number = 0.001; -const MAX_SCALE: number = 10.0; +const MIN_SCALE: number = 0.0025; +const MAX_SCALE: number = 0.5; declare global { interface Window {