From 2997b929268a032e64cbeef4f999c17da0342332 Mon Sep 17 00:00:00 2001 From: eblondel Date: Tue, 31 May 2022 09:46:21 +0200 Subject: [PATCH] #3 update geosapi action def --- R/geoflow_action.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/geoflow_action.R b/R/geoflow_action.R index db02ad4c..d4add1d9 100644 --- a/R/geoflow_action.R +++ b/R/geoflow_action.R @@ -300,7 +300,7 @@ register_actions <- function(){ geoflow_action$new( id = "geosapi-publish-ogc-services", types = list("Data upload", "Data publication", "Metadata publication"), - def = "Publish vector data to GeoServer OGC web-services (WMS/WFS)", + def = "Publish vector data to GeoServer OGC web-services (WMS/WFS/WCS)", target = NA, target_dir = NA, packages = list("geosapi"),