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
Add functionality for following tracker(s). Map is centered/zoomed so that selected trackers are visible. When tracker(s) move, move also map.
If only one tracker is selected, the map should only move, no zoom.
If several trackers are selected, the map should move and zoom so that all trackers are visible
When tracker moves / or moves near borders the map is recentered
It should be easy to enable and disable following without navigating out of map page. Manually moving the map should disable the following so that the user can look around.
The text was updated successfully, but these errors were encountered:
Also a timeout for zoom/re-center actions is needed.
Now if you drag the map to check the driven route etc, the map jumps to the latest location instantly.
In my own system all drag events are catched, and they set a timestamp. This is checked when a new event comes and if the last drag was over 10 seconds ago, the zoom/re-center happens, otherwise it's ignored.
Add functionality for following tracker(s). Map is centered/zoomed so that selected trackers are visible. When tracker(s) move, move also map.
The text was updated successfully, but these errors were encountered: