RadarMenuUtil now builds from MOSAIC_RADAR (full list) rather than DIAL_RADAR

Former-commit-id: 9649d324f7 [formerly b6b737c0df] [formerly b0de64df78c644d48e5c0533f66d028351963333 [formerly 21e4ee2d0c]]
Former-commit-id: 89adfeb39c4bb6037c9565d153948f9d57a3bd35 [formerly 6e885e0335]
Former-commit-id: 82d2f640d9
This commit is contained in:
AWIPS User 2015-04-24 07:46:18 -06:00
parent 399adbae8e
commit c27ebe7056

View file

@ -171,7 +171,7 @@ public class RadarMenuUtil extends AbstractMenuUtil implements
*/
// now on to dial radars
List<String> radars = RadarsInUseUtil.getSite(getSite(),
RadarsInUseUtil.DIAL_CONSTANT);
RadarsInUseUtil.MOSAIC_CONSTANT);
// create MenuTemplateFile for the dialRadars.xml
MenuTemplateFile menuTemplateFile = new MenuTemplateFile();