nitaliano / react-native-mapbox-gl

A Mapbox GL react native module for creating custom maps
Other
2.16k stars 699 forks source link

Not able to generate dynamic icons in while using SymbolLayer #1691

Open rhaegar453 opened 3 years ago

rhaegar453 commented 3 years ago

I have data that needs to render different icons on the screen based on a certain value. I'm looping over the data to try to achieve the same result but just one icon is being rendered for all the three markers. Is this a bug? Or is there a workaround to tackle this issue?

image

ansarikhurshid786 commented 2 years ago

I am also facing same issue. did you figure out solution?