mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-15 23:51: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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue