We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 246745a commit 6183308Copy full SHA for 6183308
1 file changed
inst/actions/geosapi_publish_ogc_services.R
@@ -26,7 +26,7 @@ function(action, entity, config){
26
}
27
28
data_objects <- list()
29
- if(is.null(entity$data$dir)){
+ if(length(entity$data$getData())==0){
30
data_objects <- list(entity$data)
31
}else{
32
data_objects <- entity$data$getData()
0 commit comments