You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm nothing was designed for that possibility but I guess it could work?
Often it's feature properties will win because isfeature is checked first. I guess that's an issue: packages might also check isgeomtry first and never even treat it as a feature. The order doesn't matter if they're mutually exclusive.
Over at https://github.com/JuliaGeo/GeoInterface.jl/blob/main/src/utils.jl#L64, we assert that if somethings a Feature, it can't be a Geometry as well, but is there a reason why we forbid this?
I've got a struct thing with x, y, z, other, props and I want it to be both at the same time. A Feature and a Point.
The text was updated successfully, but these errors were encountered: