react-azure-maps icon indicating copy to clipboard operation
react-azure-maps copied to clipboard

Update map data points when featureCollection changes

Open yves-chan opened this issue 4 years ago • 0 comments

I have something like this

<AzureMapDataSourceProvider id="MapView" collection={featureCollection}>

where featureCollection is a state. Is it possible for the map to update the data points if featureCollection changes? or what's the correct approach to do this?

yves-chan avatar Nov 04 '21 18:11 yves-chan