Issue #2190 Fixed WaveSatResource PointDataRequest call

Change-Id: Id6137325734a6675c5de363f77f031d1aad02ca8

Former-commit-id: fdb078e77a [formerly cec6fe2386 [formerly 6814528a7490393ee1ab9e229367ff2d97f0d789]]
Former-commit-id: cec6fe2386
Former-commit-id: c117d8d524
This commit is contained in:
Max Schenkelberg 2013-08-28 10:48:43 -05:00
parent 21d235825a
commit 014c56f194

View file

@ -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");