Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
COVID-19
models
Commits
80805a05
Commit
80805a05
authored
Jan 26, 2021
by
Marek Ostaszewski
Browse files
access functions updated, fixed
parent
b69666e8
Pipeline
#36824
passed with stages
in 2 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Integration/MINERVA_access/minerva_access_functions.R
View file @
80805a05
...
...
@@ -31,7 +31,7 @@ get_default_project <- function(map_api) {
get_map_components
<-
function
(
map_api
,
project_id
=
NULL
)
{
if
(
is.null
(
project_id
))
{
### If project id not given, get configuration of the map, to obtain the latest (default) version
project_id
<-
get_default_project
project_id
<-
get_default_project
(
map_api
)
}
### The address of the latest (default) build
mnv_base
<-
paste0
(
map_api
,
"projects/"
,
project_id
,
"/"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment