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

Merge branch '60-accept-a-list-of-values-in-property-value' into '51-update-to-ogsv6-4-1'

Resolve "Accept a list of values in property/value"

See merge request !39
parents ec394593 cff1bcfe
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