mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 01:54:18 -08:00
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:
parent
e418ebacf4
commit
ed31849158
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue