Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vlkb-siav2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ViaLactea
vlkb-siav2
Commits
993462d9
Commit
993462d9
authored
1 year ago
by
Robert Butora
Browse files
Options
Downloads
Patches
Plain Diff
removes subsurveyId where not used +1
parent
6817792d
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
data-discovery/src/main/java/vlkb/webapi/FormatResponseFilter.java
+3
-3
3 additions, 3 deletions
...overy/src/main/java/vlkb/webapi/FormatResponseFilter.java
with
3 additions
and
3 deletions
data-discovery/src/main/java/vlkb/webapi/FormatResponseFilter.java
+
3
−
3
View file @
993462d9
...
@@ -189,7 +189,7 @@ public class FormatResponseFilter implements Filter
...
@@ -189,7 +189,7 @@ public class FormatResponseFilter implements Filter
private
Dataset
[]
getOutputData
(
String
[]
pubdidArr
,
Coord
coord
,
/*SubsurveyId subsurveyId,*/
String
queryString
,
String
fitsRemotePath
)
private
Dataset
[]
getOutputData
(
String
[]
pubdidArr
,
Coord
coord
,
String
queryString
,
String
fitsRemotePath
)
{
{
LOGGER
.
info
(
"trace"
);
LOGGER
.
info
(
"trace"
);
...
@@ -199,7 +199,7 @@ public class FormatResponseFilter implements Filter
...
@@ -199,7 +199,7 @@ public class FormatResponseFilter implements Filter
dbps
=
new
DbPSearch
();
dbps
=
new
DbPSearch
();
}
}
FormatResponseFilter
.
ObsCore
[]
obsCoreArr
=
dbps
.
queryOutputData
(
pubdidArr
,
coord
/*, subsurveyId*/
);
FormatResponseFilter
.
ObsCore
[]
obsCoreArr
=
dbps
.
queryOutputData
(
pubdidArr
,
coord
);
return
convert
(
obsCoreArr
,
coord
,
queryString
,
fitsRemotePath
);
return
convert
(
obsCoreArr
,
coord
,
queryString
,
fitsRemotePath
);
}
}
...
@@ -227,7 +227,7 @@ public class FormatResponseFilter implements Filter
...
@@ -227,7 +227,7 @@ public class FormatResponseFilter implements Filter
dataset
.
publisherDid
=
obsCore
.
obs_publisher_did
;
dataset
.
publisherDid
=
obsCore
.
obs_publisher_did
;
dataset
.
access
.
accessFileUrl
=
obsCore
.
access_url
;
dataset
.
access
.
accessFileUrl
=
obsCore
.
access_url
;
dataset
.
access
.
accessCutoutUrl
=
fitsRemotePath
+
"?ID="
+
dataset
.
publisherDid
+
"&"
+
coord
.
toVoQueryString
();
//queryString;
dataset
.
access
.
accessCutoutUrl
=
fitsRemotePath
+
"?ID="
+
dataset
.
publisherDid
+
"&"
+
queryString
;
//
coord.toVoQueryString();
//dataset.access.accessCutoutUrl = fitsRemotePath + "?pubdid=" + dataset.publisherDid + "&" + queryString;
//dataset.access.accessCutoutUrl = fitsRemotePath + "?pubdid=" + dataset.publisherDid + "&" + queryString;
dataset
.
access
.
accessMosaicUrl
=
null
;
dataset
.
access
.
accessMosaicUrl
=
null
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment