From ed31849158b6f9414ad700d7c0ca2d2c4f97e3f9 Mon Sep 17 00:00:00 2001 From: Vim <86254807+vim-usds@users.noreply.github.com> Date: Wed, 6 Jul 2022 09:46:37 -0400 Subject: [PATCH] Align zoom levels (#1703) - align zoom levels between the transition between low to high zoom with the census tract boundary --- client/src/data/constants.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/data/constants.tsx b/client/src/data/constants.tsx index 91bf7d4d..e24fe463 100644 --- a/client/src/data/constants.tsx +++ b/client/src/data/constants.tsx @@ -208,7 +208,7 @@ export const GLOBAL_MIN_ZOOM_LOW = 3; export const GLOBAL_MAX_ZOOM_LOW = 7; export const GLOBAL_MIN_ZOOM_HIGH = 7; export const GLOBAL_MAX_ZOOM_HIGH = 11; -export const GLOBAL_MIN_ZOOM_FEATURE_BORDER = 8; +export const GLOBAL_MIN_ZOOM_FEATURE_BORDER = 7; export const GLOBAL_MAX_ZOOM_FEATURE_BORDER = 22; // Opacity