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
I have been trying out async iterables as indicated on this section to populate the data of a GeoJSON layer. However, i am facing an issue as in my particular use case i need to periodically reset the data on the layer and populate it with a list of features that are completely different from the ones before. With ascyn iterables what i am seeing is that the data simply accumulates generating malformated artifacts.
Is there a way to tell the layer that the data should "reset" in some way?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello!
I have been trying out async iterables as indicated on this section to populate the data of a GeoJSON layer. However, i am facing an issue as in my particular use case i need to periodically reset the data on the layer and populate it with a list of features that are completely different from the ones before. With ascyn iterables what i am seeing is that the data simply accumulates generating malformated artifacts.
Is there a way to tell the layer that the data should "reset" in some way?
Beta Was this translation helpful? Give feedback.
All reactions