local radar stations duplicate mosaic (all) in afos/awips browsers

This commit is contained in:
mjames-upc 2017-04-04 10:25:43 -06:00
parent 08ceb6cabc
commit 139f4907f3
2 changed files with 0 additions and 4 deletions

View file

@ -201,8 +201,6 @@ public final class AfosBrowserModel extends AbstractBrowserModel {
RadarsInUseUtil.getSite(curSite, RadarsInUseUtil.ASR_CONSTANT));
radarIDList.addAll(RadarsInUseUtil.getSite(curSite,
RadarsInUseUtil.MOSAIC_CONSTANT));
radarIDList.addAll(RadarsInUseUtil.getSite(curSite,
RadarsInUseUtil.LOCAL_CONSTANT));
List<String> radarIDListTrunc = new ArrayList<>();
List<String> radarList = RadarTextProductUtil.getRadarTableEntries();
List<String> radarTypeList = new ArrayList<>();

View file

@ -148,8 +148,6 @@ public final class AwipsBrowserModel extends AbstractBrowserModel {
RadarsInUseUtil.getSite(curSite, RadarsInUseUtil.ASR_CONSTANT));
radarIDList.addAll(RadarsInUseUtil.getSite(curSite,
RadarsInUseUtil.MOSAIC_CONSTANT));
radarIDList.addAll(RadarsInUseUtil.getSite(curSite,
RadarsInUseUtil.LOCAL_CONSTANT));
List<String> radarIDListTrunc = new ArrayList<>();
List<String> radarList = RadarTextProductUtil.getRadarTableEntries();
List<String> radarTypeList = new ArrayList<>();