Fixes #280 - adds territory focus buttons for Alaska, Hawaii, Lower 48, and Puerto Rico to enable easy zoom to these locations (#315)

This commit is contained in:
Nat Hillard 2021-07-09 09:56:18 -04:00 committed by GitHub
commit 5bade764c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 166 additions and 16 deletions

View file

@ -2,6 +2,8 @@ declare namespace J40MapModuleScssNamespace {
export interface IJ40MapModuleScss {
mapContainer: string;
j40Popup: string;
territoryFocusButton: string;
territoryFocusContainer: string;
}
}