Skip to content

Commit

Permalink
#260 list new geosapi options
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed May 31, 2022
1 parent 2997b92 commit 31639d5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion R/geoflow_action.R
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,13 @@ register_actions <- function(){
available_options = list(
createWorkspace = list(def = "Create workspace if not already existing", class = "logical", default = FALSE),
createStore = list(def = "Create data/coverage store if not already existing", class = "logical", default = FALSE),
store_description = list(def = "Specify a decription for the new data/coverage store", class = "character", default = "")
store_description = list(def = "Specify a decription for the new data/coverage store", class = "character", default = ""),
enrich_with_relations = list(def = "When enabled, enrichs entity with OGC relations", class = "logical", default = TRUE),
enrich_with_relation_wms = list(def = "When enabled, enrichs entity with a base WMS link relation", class = "logical", default = TRUE),
enrich_with_relation_wms_thumbnail = list(def = "When enabled, enrichs entity with a WMS-based thumbnail relation", class = "logical", default = TRUE),
enrich_with_relation_wfs = list(def = "When enabled, enrichs entity with a base WFS link relation (applies to 'vector' only)", class = "logical", default = TRUE),
enrich_with_relation_wfs_download_links = list(def = "When enabled, enrichs entity with WFS format-specific links for download purpose (applies to 'vector' only)", class = "logical", default = TRUE),
enrich_with_relation_wcs = list(def = "When enabled, enrichs entity with a base WCS link relation (applies to 'grid' only)", class = "logical", default = TRUE)
)
),
geoflow_action$new(
Expand Down

0 comments on commit 31639d5

Please sign in to comment.