Skip to content
Snippets Groups Projects
Commit cff1bcfe authored by phit0's avatar phit0
Browse files

[bugfix] vector as string for medium/properties/property/value

parent ec394593
No related branches found
No related tags found
2 merge requests!39Resolve "Accept a list of values in property/value",!33Resolve "Update to OGSv6.4.1"
...@@ -318,7 +318,7 @@ new_prj_pr_property <- function(name, ...@@ -318,7 +318,7 @@ new_prj_pr_property <- function(name,
exponents = exponents, exponents = exponents,
xpath = "media/medium/properties/property", xpath = "media/medium/properties/property",
attr_names = character(), attr_names = character(),
flatten_on_exp = character() flatten_on_exp = c("value")
), ),
class = "prj_pr_property" class = "prj_pr_property"
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment