Merge "Issue #2190 Fixed WaveSatResource PointDataRequest call" into development
Former-commit-id:c573f7650e
[formerly5d36a1a6ca
] [formerly565e11dc3f
] [formerly8b4aad7b1c
[formerly565e11dc3f
[formerly b8f21614fb54b86066dc1a4f81644aa17ffd6292]]] Former-commit-id:8b4aad7b1c
Former-commit-id: 8d4ad98cf94a8d2a83b4321f92e39484120af889 [formerlya36c2e0c34
] Former-commit-id:a6e1b00dfe
This commit is contained in:
commit
20cf77b8c2
1 changed files with 4 additions and 4 deletions
|
@ -186,10 +186,10 @@ public class WaveSatResource extends AbstractNatlCntrsResource<WaveSatResourceDa
|
|||
|
||||
// Datacube didn't have proper plugin; going directly
|
||||
// to the data store
|
||||
pdc = PointDataRequest.requestPointDataAllLevels(
|
||||
null, waveSatRscData.getPluginName(),
|
||||
params.toArray( new String[params.size()] ),
|
||||
null, reqConstraints );
|
||||
pdc = PointDataRequest.requestPointDataAllLevels(
|
||||
waveSatRscData.getPluginName(),
|
||||
params.toArray(new String[params.size()]), null,
|
||||
reqConstraints);
|
||||
|
||||
} catch (VizException e1) {
|
||||
System.out.println("Error querying for sgwh point data");
|
||||
|
|
Loading…
Add table
Reference in a new issue