Merge "Issue #189 fix gfe retrieval of static data" into development
Former-commit-id:728bd6b64c
[formerlydb17dcd548
] [formerlya4e12e54a9
] [formerly728bd6b64c
[formerlydb17dcd548
] [formerlya4e12e54a9
] [formerlydf05080714
[formerlya4e12e54a9
[formerly a43043963e91e682ff78f370445bbb3e9185456d]]]] Former-commit-id:df05080714
Former-commit-id:835f9d390e
[formerly1734cf9e10
] [formerly 60eddc0f8a4133941ddda237acdd64eed20d6093 [formerlybfd5ddb5cb
]] Former-commit-id: 8e4acfbc55ce77a36f38b2ac75623ba999d2e752 [formerlyf64b89d026
] Former-commit-id:a3d92cd3f9
This commit is contained in:
commit
311ca8243b
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