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

Former-commit-id: 21e4ee2d0c
This commit is contained in:
AWIPS User 2015-04-24 07:46:18 -06:00
parent ab82ce1528
commit b6b737c0df

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();