Skip to content

Commit

Permalink
missing global opts
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Sep 6, 2023
1 parent 7e541e0 commit a51923a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/geoflow_entity.R
Original file line number Diff line number Diff line change
Expand Up @@ -1105,6 +1105,9 @@ geoflow_entity <- R6Class("geoflow_entity",
data_objects <- self$data$getData()
}

skipDynamicBbox <- if(!is.null(config$profile$options$skipDynamicBbox)) config$profile$options$skipDynamicBbox else FALSE
enrichDataStrategy <- if(!is.null(config$profile$options$enrichDataStrategy)) config$profile$options$enrichDataStrategy else "first"

srid <- if(!is.null(self$srid)) self$srid else ""
data_srids <- c()

Expand Down

0 comments on commit a51923a

Please sign in to comment.