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

Merge branch 'repo_update' into 'master'

access functions updated, fixed

See merge request !267
parents eec10c48 a9ec0c63
No related branches found
No related tags found
1 merge request!267access functions updated, fixed
......@@ -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