icons/warngen.gif
- copied this icon from the warngen plugin (com.raytheon.viz.warngen/icons) which is where the NWS version sets this button
plugin.xml
- created a new toolbar section for the warngen button (because otherwise all icons in the same section have the same width, so this makes the nsharp and browser icons way wider than they should be)
- moved the warngen command into this new toolbar section, and set the icon on the command and removed the label (this is because you can't simply set the background for the button, so this gives it the desired yellow background)
AbstractWWAResource.java:
- added variables for 'statements/other' types
- added variables for controlling the "enabled" state of the display options
- created constants for the significance values of watches, warnings, and advisories since they're used in multiple places
- use the "other" display variables if the significance does not match watches, warnings or advisories
- in the addRecord() method, add logic to enable the corresponding record type display options. This allows only the applicable display options to be enabled to help with clarity for layers that only load watches for example, or only load warnings, or in SPS case, only use the 'other' options
- add getters and setters for the 'other' display variables
- add getters for the "enable" variables so the dialog can properly set the gui components
CWAPSResource.java:
- in the initShape() method, always create both the wireframeShape (outline) and shadedShape (fill) and let the user decide if they want to use them or not
DrawingPropertiesDialog.java:
- add components for 'statements/other' display settings
- move the "watch" controls to the top of the dialog
- set the enabled status of the controls when creating the dialog
- add methods for setting the enabled components of the watches, warnings, advisories, and other components, individually
WWADrawingPropertiesAction.java:
- don't hide the drawing properties dialog for CWASPResources anymore now that we have "other" controls to control the graphics for this layer
Originally these files only included product ID's #94 (Z) and #99 (V) but when NOAAPort removed these lower resolution level3 products and replaced them with the higher resolution (#153 - Z and #154 - V) level3 files no data was able to load. I changed it so it would try all Z/V product codes and load the highest resolution for what is available.
- updated existing "note" to use proper format
- added a "warning" about the IPv6 configuration -- this has to be done with *each* connection (if you are frequently switching between connections) in order for cave to run properly
- Added a "home" icon for near the top left of the documentation website (there was always a link but it didn't have an icon before, quite strange)
- removed the previous javascript application.js override, because now this is updated and produced correctly in the mkdocs-unidata theme
- updated the copyright from 2020 to 2022
- moved the location of the common-problems.md from the install/ dir to appendix/
- added a section in common problems for disappearing configurations
- updated the cave installation instructions in the system requirements for direct windows install, to include steps on how to turn on the High DPI setting
- updated the educational resources page with our latest awips tips link
- updated the educational resources page to include listings and links for "adding ecmwf data to edex" and "view wwa polygons with python-awips" awips tips entries
- changed resize behavior
- only rebuild the valid time list at the beginning (does not change scroll position when selecting from either of the lists)
- changed the sorting for the valid times list. Sort by ref time and then reverse forecast hour
-Added new functions to caluclate diskspace needed to backup logs and configs
-Added new functions to backup logs and configs
-Re-worked the backup process/prompts
-Now a user can choose to backup:
1. logs
2. configs
3. both logs and configs
4. none
-The script now checks to see if they user has enough space to backup what they specified
-For Unidata's Jetstream EDEX's we have a check to see if the edex_upgrade.pl script exists, and if it does, then run it and it will archive the most recent logs
-Cleaned up the removal of directories in /awips2 to now only remove specific awips2 directories
- update the table parameter warning because our example WILL encounter this error
- update the psql query and output with additional columns
- add a note for projection types that not all fields are necessary
- update the filename for our test data since it changed
- update the name tag in the note to match the name tag example above
- add a note about default parameter table location (.../-1/-1/)
- add a few more commands to the wgrib2 section to represent all commands used on this page