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
My guess, map feature layers doesn's support nested feature properties.
Any idea how can I get get the string object literal being converted as object instead of string?
I shared a jsbin how my code should looks like here https://jsbin.com/migoqanoga/1/edit?html,js,output
Thank You!
The text was updated successfully, but these errors were encountered:
Hi! I am currently using mapbox-gl with GeoJSON feature property as an array of objects, eg:
The reason I'm doing this is to get an ordered tooltip data from the properties.
I'm getting a result of
Feature Object
with properties ofinstead of what I expect, which is
My guess, map feature layers doesn's support nested feature properties.
Any idea how can I get get the string object literal being converted as object instead of string?
I shared a jsbin how my code should looks like here https://jsbin.com/migoqanoga/1/edit?html,js,output
Thank You!
The text was updated successfully, but these errors were encountered: