Skip to content

Commit

Permalink
fix call on WFSGetFeature
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Dec 18, 2024
1 parent b7c06ac commit b3149cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/WFSFeatureType.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3149cd

Please sign in to comment.