From b3149cd141354d7b9c064d5a4da8bac51a26ace7 Mon Sep 17 00:00:00 2001 From: eblondel Date: Wed, 18 Dec 2024 22:17:08 +0100 Subject: [PATCH] fix call on WFSGetFeature --- R/WFSFeatureType.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/WFSFeatureType.R b/R/WFSFeatureType.R index 51498fe..c28df01 100644 --- a/R/WFSFeatureType.R +++ b/R/WFSFeatureType.R @@ -349,7 +349,7 @@ WFSFeatureType <- R6Class("WFSFeatureType", ftFeatures <- do.call( WFSGetFeature$new, c( - private$capabilities, op = op, private$url, private$version, private$name, outputFormat = outputFormat, + capabilities = private$capabilities, op = op, url = private$url, version = private$version, typeName = private$name, outputFormat = outputFormat, user = client$getUser(), pwd = client$getPwd(), token = client$getToken(), headers = client$getHeaders(), logger = self$loggerType, vendorParams