Issue #2973 Use correct area for expanding subgrid requests.

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

View file

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