Issue #2973 Use correct area for expanding subgrid requests.

Former-commit-id: 000f259cf4 [formerly 90f1750691 [formerly 3cc81be3ed534aed54bf80b0654f28f7fd86cc8b]]
Former-commit-id: 90f1750691
Former-commit-id: 5b3a8dccbf
This commit is contained in:
Ben Steffensmeier 2014-04-04 13:17:36 -05:00
parent 8715e0edc8
commit 4e60abfd33

View file

@ -74,11 +74,14 @@ import com.raytheon.viz.grid.record.RequestableDataRecord;
*
* 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.
* 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);