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:
Vim 2021-12-06 22:58:04 -05:00 committed by GitHub
commit df564658a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 274 additions and 47 deletions

View file

@ -262,6 +262,30 @@ This section will outline styles that are component specific
background-image: url("../images/mapbtn-PR.svg");
}
}
button.mapboxgl-ctrl-zoom-to-gu {
.mapboxgl-ctrl-icon {
background-image: url("../images/mapbtn-GU.svg");
}
}
button.mapboxgl-ctrl-zoom-to-as {
.mapboxgl-ctrl-icon {
background-image: url("../images/mapbtn-AS.svg");
}
}
button.mapboxgl-ctrl-zoom-to-mp {
.mapboxgl-ctrl-icon {
background-image: url("../images/mapbtn-MP.svg");
}
}
button.mapboxgl-ctrl-zoom-to-vi {
.mapboxgl-ctrl-icon {
background-image: url("../images/mapbtn-VI.svg");
}
}
}
//Area Detail Component