We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23314e4 commit 234d704Copy full SHA for 234d704
src/base.jl
@@ -42,7 +42,7 @@ function _nt_properties(nt::NamedTuple{K}) where K
42
valkeys = reduce(K; init=()) do acc, k
43
k == :geometry ? acc : (acc..., k)
44
end
45
- return nt[valkeys]
+ return NamedTuple{valkeys}(nt)
46
47
48
const MaybeArrayFeatureCollection = AbstractArray{<:NamedTuple}
0 commit comments