VLab Issue #5063 - NSHARP(D2D) does not load using Volume Browser; fixes

#5063

Change-Id: Idd83363e5235868939c2251239264eb73863efb7

Former-commit-id: 9c1f711bac [formerly 0181780c3c] [formerly 97bd608624] [formerly 5e1e9f6f58 [formerly 97bd608624 [formerly b59616510517bf52d23edaf055e9d4a53b26e2dc]]]
Former-commit-id: 5e1e9f6f58
Former-commit-id: 2b04ebf5db958ee5a49605d59a11084c2f7fe617 [formerly 604d44817f]
Former-commit-id: 5ef5b5733a
This commit is contained in:
Stephen Gilbert 2014-10-23 12:33:50 -04:00
parent 471e3f6a7b
commit 26e9b80028

View file

@ -1940,9 +1940,10 @@ public class NsharpResourceHandler {
return;
}
if (!fromArchive) {
// start FixMark:nearByStnCompSnd d2dlite
if (!(sndType.contentEquals("NCUAIR") || sndType
.contentEquals("BUFRUA"))) {
// For those sounding report with forecast time, e.g. model/pfc sounding
if (timeLine.contains("V")) { //fix D2D loading issue. 10/8/2014
// if (!(sndType.contentEquals("NCUAIR") || sndType
// .contentEquals("BUFRUA"))) {
// Chin's NOTE:
// Can Not use reference time directly from the stnInfo,
// Timestamp refTime = stnInfo.getReftime()