Changes to the Editing Menus webpage: -added title header for consistency -added page breaks for consistency -updated the documentation in the "Remove..." section to reflect our current version of AWIPS -completely removed the "Changing the models displayed with D2D bundles" section since it didn't make sense -replaced it with a section for "Modifying Menus" and added a failry high-level description for that section -re-named the second section to simply "Removing Menus"
1.8 KiB
Editing Menus
Any of the menus in the menubar can be customized in the Localization Perspective.
Modifying Menus
Once in the Localization Perspective, menus can be modified by going to the D2D > Menus directory in the File Browser. Here there are submenus for different data types and menu structures. Usually the index.xml file found in these submenus is the master file which the actual menu is based off of. This file can reference other xml files and you may have to modify these child xml files to get the results you are looking for.
In order to modify any file, you must right click on it and select Copy To > USER (my-username). Then you may open this copy and begin to modify it. Once this process has been completed and a change has been made and saved, CAVE will need to be restarted and opened in the D2D perspective to see the change.
Removing Menus
This example covers how to remove a menu (in this case MRMS) from D2D:
-
Switch to the Localization Perspective
-
Find the mrms folder under D2D > Menus
-
Double-click to expand index.xml
-
Right-click BASE and select Copy To..., then select USER level
-
Right-click refresh the mrms entry
-
Double click USER to open the editor and change
<menuContributionFile> <include installTo="menu:mrms?after=MRMS_MENU_START" fileName="menus/mrms/mrms.xml"/> </menuContributionFile>
to
<menuContributionFile> </menuContributionFile>
With this completed, you can now restart CAVE and will not see the MRMS menu anymore. Repeat this example for other product menus, such as radar, upperair, tools, etc., to further customize D2D data menus for any level of localization.