Merge "Omaha #4507 Set the color map no data value for radar images." into omaha_16.1.1
Former-commit-id: 085d61762eb8c358283bcbb69fbfd751f2baeb6d
This commit is contained in:
commit
921761af36
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ public class RadarImageResource<D extends IDescriptor> extends
|
|||
params.setColorMapMin(0);
|
||||
params.setDataMax(255);
|
||||
params.setDataMin(0);
|
||||
|
||||
params.setNoDataValue(0.0);
|
||||
return params;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue