diff --git a/src/components/trays/help-about/helpAboutTray.js b/src/components/trays/help-about/helpAboutTray.js index 26059106..db923f86 100644 --- a/src/components/trays/help-about/helpAboutTray.js +++ b/src/components/trays/help-about/helpAboutTray.js @@ -1,7 +1,6 @@ import React, {Fragment} from 'react'; -import { AccordionGroup, Accordion, AccordionSummary, AccordionDetails, Stack, Typography, List, ListItem, ListItemDecorator, Divider } - from '@mui/joy'; - +import { AccordionGroup, Accordion, AccordionSummary, AccordionDetails, + Stack, Typography, List, ListItem, ListItemDecorator, Divider } from '@mui/joy'; import { // sidebar icons Layers as LayersIcon, CompareArrows as CompareLayersIcon, Storm as HurricaneIcon, Checklist as ModelSelectionIcon, Delete as RemoveIcon, Tune as SettingsIcon, @@ -23,7 +22,7 @@ import SvgIcon from '@mui/material/SvgIcon'; * * @param color * @param name - * @returns {JSX.Element} + * @returns JSX.Element */ const getObsSVGIcon = ( color, name ) => { return ( @@ -40,13 +39,12 @@ const getObsSVGIcon = ( color, name ) => {  {name} ); - }; /** * This component renders the help/about tray * - * @returns {JSX.Element} + * @returns JSX.Element * @constructor */ export const HelpAboutTray = () => { @@ -153,6 +151,7 @@ export const HelpAboutTray = () => { Display (or hide) various model layer products such as wind speed, wave height, water levels, etc. Select observation points to display current and forecast timeseries data at a location. Compare ADCIRC model layer types. + View and adjust ADCIRC Layer colormap properties. @@ -386,6 +385,66 @@ export const HelpAboutTray = () => { + + { setIndex(expanded ? 15 : null); }}> + + How do I view or adjust ADCIRC layer colormap ranges? + + + + + The Application Settings sidebar button. + + + + Users have the ability to change the colormap ranges for ADCIRC layer product types within the "Edit + ADCIRC Layer Colormaps" section in the Application Settings sidebar. + + + + The colormap ranges for each layer product are found on the "Basic tab". These settings allow a + user to specify the minimum and maximum values attributed to the colormap range for that layer product. + + + + Select the Edit ADCIRC Layer Colormaps "Basic" tab. + Find the layer product range you would like to adjust. + Use the slider buttons to specify the minimum and maximum color ranges for a layer product. + + + + + { setIndex(expanded ? 15 : null); }}> + + How do I view or adjust ADCIRC layer colormap styles? + + + + + The Application Settings sidebar button. + + + + Users have the ability to view or alter colormap styles for ADCIRC layer product types within the "Edit + ADCIRC Layer Colormaps" section of the Application Settings sidebar. + + + + The colormap styles for each layer product are found on the "Advanced" tab. These setting allows a user to specify the + values attributed to the colormap for that layer product. + + + + Select the Edit ADCIRC Layer Colormaps "Advanced" tab. + Choose the layer product type you would like to modify. + Optionally select the colormap style type. "Ramp" is a continuous color gradient, while "Interval" represent color steps. + Optionally select the colormap number of classes. This value divides the colormap steps into the number of classes. + Optionally select a colormap Color ramp. A Color ramp is a graded palette of colors. + Select the "Save New Colormap" button to save your selection(s). + + + +