Issue #2973 Use correct area for expanding subgrid requests.
Former-commit-id:000f259cf4
[formerly90f1750691
[formerly 3cc81be3ed534aed54bf80b0654f28f7fd86cc8b]] Former-commit-id:90f1750691
Former-commit-id:5b3a8dccbf
This commit is contained in:
parent
8715e0edc8
commit
4e60abfd33
1 changed files with 9 additions and 7 deletions
|
@ -73,12 +73,15 @@ import com.raytheon.viz.grid.record.RequestableDataRecord;
|
|||
* <pre>
|
||||
*
|
||||
* SOFTWARE HISTORY
|
||||
* Date Ticket# Engineer Description
|
||||
* ------------ ---------- ----------- --------------------------
|
||||
* Mar 16, 2009 brockwoo Initial creation
|
||||
* Nov 21, 2009 3576 rjpeter Refactored use of DerivParamDesc.
|
||||
* Jun 04, 2013 2041 bsteffen Improve exception handing in grid
|
||||
* resources.
|
||||
* Date Ticket# Engineer Description
|
||||
* ------------- -------- ----------- --------------------------
|
||||
* Mar 16, 2009 brockwoo Initial creation
|
||||
* Nov 21, 2009 3576 rjpeter Refactored use of DerivParamDesc.
|
||||
* Jun 04, 2013 2041 bsteffen Improve exception handing in grid
|
||||
* resources.
|
||||
* Apr 04, 2014 2973 bsteffen Use correct area for expanding subgrid
|
||||
* requests.
|
||||
*
|
||||
* </pre>
|
||||
*
|
||||
* @author brockwoo
|
||||
|
@ -294,7 +297,6 @@ public class GridDataCubeAdapter extends AbstractDataCubeAdapter {
|
|||
continue;
|
||||
}
|
||||
GridRecord record = data.getGridSource();
|
||||
area = record.getLocation();
|
||||
String file = HDF5Util.findHDF5Location(record).getPath();
|
||||
if (file != null) {
|
||||
List<GridRequestableData> list = fileMap.get(file);
|
||||
|
|
Loading…
Add table
Reference in a new issue