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
So it looks like it's stringified my ratings array. I would expect to have the original feature returned with it's original structure. Is this stringification expected?
@Scarysize aha, thank you. Sorry I missed that one. Is there a specific need to not support objects / arrays etc? Wonder if it's worth submitting as a feature request?
I have some GeoJSON with nested properties, something like this:
When I used
queryRenderedFeatures
and return this feature I get a JSON object which looks like this:So it looks like it's stringified my ratings array. I would expect to have the original feature returned with it's original structure. Is this stringification expected?
At the moment I have a workaround by doing this:
But it feels like I shouldn't need to. Any thoughts?
The text was updated successfully, but these errors were encountered: