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
{{ message }}
This repository was archived by the owner on Jun 11, 2024. It is now read-only.
Currently whenever a new event comes in to the app, the map component rerenders with all of the markers. This does not seem to create any issues and is a common implementation of leaflet in react, however, as an improvement to #66 it would be nice to only zoom to new map contributors instead of potentially zooming to the same person multiple times.
Edit: hold on this issue pending seeing how #66 does live. Perhaps no changes needed depending on UX with more data loading