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
digging into 5 year commit history around this particular feature (query results including serialized layer), I discovered that the original intent was to return evaluated layout/paint values, not original definitions — see #879. At some point during many refactorings, this changed without anyone noticing.
We could apply a temporary fix to mitigate performance issues, but an ideal solution would be to track down where that change happened, and see if we can avoid full serialization by reverting back to outputting final values of properties evaluated at the time of the query. I'll dig into this further.
The text was updated successfully, but these errors were encountered:
Capturing from #8195:
The text was updated successfully, but these errors were encountered: