Merge "Issue #189 fix gfe retrieval of static data" into development
Former-commit-id:db17dcd548
[formerlya4e12e54a9
] [formerlydf05080714
[formerly a43043963e91e682ff78f370445bbb3e9185456d]] Former-commit-id:df05080714
Former-commit-id:bfd5ddb5cb
This commit is contained in:
commit
1734cf9e10
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue