Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Map view follows trackers #7

Open
jsyrjala opened this issue Jan 14, 2013 · 2 comments
Open

Map view follows trackers #7

jsyrjala opened this issue Jan 14, 2013 · 2 comments
Labels

Comments

@jsyrjala
Copy link
Contributor

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.
@jsyrjala
Copy link
Contributor Author

Currently centers on latest tracker event, which is not good.

@kipe
Copy link

kipe commented Jun 1, 2013

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants