mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-06 20:14:20 -07:00
Remove GU and VI (#1028)
- comment out GU and VI code - remove search from feature flag - keep comment on search production bug when wrapping div - add note on territories - add territories copy to constants
This commit is contained in:
parent
9dc70d48a4
commit
c9caa97ce3
4 changed files with 59 additions and 15 deletions
|
@ -66,10 +66,10 @@ const TerritoryFocusControl = ({goToPlace}: ITerritoryFocusControl) => {
|
|||
short: intl.formatMessage(EXPLORE_COPY.MAP.PR_SHORT),
|
||||
long: intl.formatMessage(EXPLORE_COPY.MAP.PR_LONG),
|
||||
},
|
||||
{
|
||||
short: intl.formatMessage(EXPLORE_COPY.MAP.GU_SHORT),
|
||||
long: intl.formatMessage(EXPLORE_COPY.MAP.GU_LONG),
|
||||
},
|
||||
// {
|
||||
// short: intl.formatMessage(EXPLORE_COPY.MAP.GU_SHORT),
|
||||
// long: intl.formatMessage(EXPLORE_COPY.MAP.GU_LONG),
|
||||
// },
|
||||
{
|
||||
short: intl.formatMessage(EXPLORE_COPY.MAP.AS_SHORT),
|
||||
long: intl.formatMessage(EXPLORE_COPY.MAP.AS_LONG),
|
||||
|
@ -78,10 +78,10 @@ const TerritoryFocusControl = ({goToPlace}: ITerritoryFocusControl) => {
|
|||
short: intl.formatMessage(EXPLORE_COPY.MAP.MP_SHORT),
|
||||
long: intl.formatMessage(EXPLORE_COPY.MAP.MP_LONG),
|
||||
},
|
||||
{
|
||||
short: intl.formatMessage(EXPLORE_COPY.MAP.VI_SHORT),
|
||||
long: intl.formatMessage(EXPLORE_COPY.MAP.VI_LONG),
|
||||
},
|
||||
// {
|
||||
// short: intl.formatMessage(EXPLORE_COPY.MAP.VI_SHORT),
|
||||
// long: intl.formatMessage(EXPLORE_COPY.MAP.VI_LONG),
|
||||
// },
|
||||
];
|
||||
// the offset for this array should map the territories variable
|
||||
const territoriesIconClassName = [
|
||||
|
@ -89,10 +89,10 @@ const TerritoryFocusControl = ({goToPlace}: ITerritoryFocusControl) => {
|
|||
'mapboxgl-ctrl-zoom-to-ak',
|
||||
'mapboxgl-ctrl-zoom-to-hi',
|
||||
'mapboxgl-ctrl-zoom-to-pr',
|
||||
'mapboxgl-ctrl-zoom-to-gu',
|
||||
// 'mapboxgl-ctrl-zoom-to-gu',
|
||||
'mapboxgl-ctrl-zoom-to-as',
|
||||
'mapboxgl-ctrl-zoom-to-mp',
|
||||
'mapboxgl-ctrl-zoom-to-vi',
|
||||
// 'mapboxgl-ctrl-zoom-to-vi',
|
||||
];
|
||||
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue