react-azure-maps
react-azure-maps copied to clipboard
Update map data points when featureCollection changes
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?