-
Notifications
You must be signed in to change notification settings - Fork 215
Description
📌 Summary
As of right now, the current implementation for the Realtime Events Map is not interactive, meaning that there's a pre-defined zoom and position that shows certain points, but not all of them.
It'd be nice to be able to interact with the map, zooming in and out, and also moving to other zones.
🚨 Problem
The Events Map is not interactive, causing certain markers to be hidden out of screen or under the Pages
Cities
Referrers
cards.
✅ Proposed Solution
Implement handlers for interacting with the map.
Looking at the code, the current implementation uses a <CustomZoomableGroup
component.
Although I understand this is being used for zooming in the map with an animation, could we consider adding support for interactivity with the ZoomableGroup component provided by react-simple-maps?
I'd be happy to provide a PR draft for this feature if we decide to move forward in that direction!