Issue #422 Set "numericValue" to null in RadarDefaultInterrogator in
case of "NO DATA" Former-commit-id:a0663a2791
[formerly468c812dde
] [formerlycd6ebd80d4
] [formerlyb9085db25d
[formerlycd6ebd80d4
[formerly 89521a4df36d18ecb64b4cce248f150f0a0e4957]]] Former-commit-id:b9085db25d
Former-commit-id: 46b9ad1c87f0e0eaf7fe167226e5b9dfa00844ed [formerly954073b38c
] Former-commit-id:81bc45f071
This commit is contained in:
parent
9cc2c09ae5
commit
13f08a98a9
1 changed files with 1 additions and 0 deletions
|
@ -124,6 +124,7 @@ public class RadarDefaultInterrogator implements IRadarInterrogator {
|
|||
units = UnitFormat.getUCUMInstance().format(dispUnit);
|
||||
}
|
||||
if (dataValue == 0) {
|
||||
dataMap.put("numericValue", null);
|
||||
dataValueString = "NO DATA";
|
||||
} else if (th0 instanceof Float) {
|
||||
double f0 = (Float) th0;
|
||||
|
|
Loading…
Add table
Reference in a new issue