Skip to content
Snippets Groups Projects
Commit 80805a05 authored by Marek Ostaszewski's avatar Marek Ostaszewski
Browse files

access functions updated, fixed

parent b69666e8
No related branches found
No related tags found
1 merge request!267access functions updated, fixed
Pipeline #36824 passed
......@@ -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,"/")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment