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
The implementation is pretty simplistic. Looking at your file, the problem seems to be that the AVM lists are encoded with rdf:Bag elements rather than rdf:Seq as expected by the C# code.
Looking at the standard, I think that this is incorrect output. Which would make semantic sense, since a "bag" is presumably an unordered collection while a "seq" is presumably ordered, and for these parameters, ordered would be correct.
Hopefully it should all work if you apply the (three-letter) patch in that PR, or you could manually hack up your file. I would prefer not to patch the server-side to try to handle this mistake unless it turns out to be prevalent in the wild.
This file has embedded spatial AVM:
https://www.dropbox.com/scl/fi/ak62bm1nrot6k6h4122yk/BrickJWST_1182p2221_466_444_405.png?rlkey=lzoye1j98v2z47wxeukrrm8xt&dl=0
but WWT doesn't recognize it. I also tried through the desktop client. What is missing? I embedded using pyavm.
The text was updated successfully, but these errors were encountered: