Merge "Issue #189 fix gfe retrieval of static data" into development

Former-commit-id: db17dcd548 [formerly a4e12e54a9] [formerly df05080714 [formerly a43043963e91e682ff78f370445bbb3e9185456d]]
Former-commit-id: df05080714
Former-commit-id: bfd5ddb5cb
This commit is contained in:
Ron Anderson 2012-11-01 18:33:12 -05:00 committed by Gerrit Code Review
commit 1734cf9e10

View file

@ -753,7 +753,7 @@ public class D2DGridDatabase extends VGridDatabase {
String abbrev = d2dRecord.getParameter().getAbbreviation();
String group, dataset;
if (GridPathProvider.STATIC_PARAMETERS.contains(abbrev)) {
group = "/";
group = "/" + d2dRecord.getLocation().getId();
dataset = abbrev;
} else {
group = d2dRecord.getDataURI();