Align zoom levels (#1703)

- align zoom levels between the transition between low to high zoom with the census tract boundary
This commit is contained in:
Vim 2022-07-06 09:46:37 -04:00 committed by GitHub
parent e418ebacf4
commit ed31849158
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -208,7 +208,7 @@ export const GLOBAL_MIN_ZOOM_LOW = 3;
export const GLOBAL_MAX_ZOOM_LOW = 7; export const GLOBAL_MAX_ZOOM_LOW = 7;
export const GLOBAL_MIN_ZOOM_HIGH = 7; export const GLOBAL_MIN_ZOOM_HIGH = 7;
export const GLOBAL_MAX_ZOOM_HIGH = 11; 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; export const GLOBAL_MAX_ZOOM_FEATURE_BORDER = 22;
// Opacity // Opacity