mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-17 00:31:40 -07:00
Add 4 additional territory buttons (#956)
* Add 4 additional territory buttons * Fix bug where territories fires multiple times - move territory handler from J40Map to component * Update SVGs for all territory buttons
This commit is contained in:
parent
819f3ff478
commit
df564658a5
13 changed files with 274 additions and 47 deletions
|
@ -121,6 +121,11 @@ export const AMERICAN_SAMOA_BOUNDS: LngLatBoundsLike = [
|
|||
[-168.1433, -11.046934],
|
||||
];
|
||||
|
||||
export const US_VIRGIN_ISLANDS_BOUNDS: LngLatBoundsLike = [
|
||||
[-65.5782239, 17.6739145],
|
||||
[-64.2704123, 18.7495796],
|
||||
];
|
||||
|
||||
export const DEFAULT_CENTER = [32.4687126, -86.502136];
|
||||
|
||||
// Opacity
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue