mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-02 23:54:19 -07:00
Zoom fade for higher zoom levels (#265)
This commit is contained in:
parent
f9ffe305b2
commit
92efc5c937
21 changed files with 1617 additions and 1348 deletions
11
client/src/data/constants.tsx
Normal file
11
client/src/data/constants.tsx
Normal file
|
@ -0,0 +1,11 @@
|
|||
export const SCORE_PROPERTY = 'Score D (percentile)';
|
||||
export const GEOID_PROPERTY = 'GEOID10';
|
||||
export const GLOBAL_MIN_ZOOM = 3;
|
||||
export const GLOBAL_MAX_ZOOM = 11;
|
||||
export const GLOBAL_MIN_ZOOM_LOW = 3;
|
||||
export const GLOBAL_MAX_ZOOM_LOW = 11;
|
||||
export const GLOBAL_MIN_ZOOM_HIGH = 9;
|
||||
export const GLOBAL_MAX_ZOOM_HIGH = 11;
|
||||
export const GLOBAL_MAX_BOUNDS = [[-167.276413, 5.499550], [-52.233040, 83.162102]];
|
||||
export const DEFAULT_CENTER = [32.4687126, -86.502136];
|
||||
export type J40Properties = { [key: string]: any };
|
Loading…
Add table
Add a link
Reference in a new issue