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
When opening the map, or changing the date range for which it displays data, my request is to zoom and pan the map so that it covers the whole range of movements displayed.
I can see the possibility that you have zoomed to a location and then browse through dates to find a time when something happened in that particular location. In that case you don't want it to reset the zoom again for each date change. For that reason I suggest the following:
A "default zoom" boolean that is set to True when you load the map.
Whenever "default zoom" is True, the map should fit all movement that is shown.
If at any time the user manually zooms or pans the map, "default zoom" is immediately set to False. Changing the date range should not change this value.
Implement a new button next to the zoom buttons that resets the zoom. This will set "default zoom" to True.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When opening the map, or changing the date range for which it displays data, my request is to zoom and pan the map so that it covers the whole range of movements displayed.
I can see the possibility that you have zoomed to a location and then browse through dates to find a time when something happened in that particular location. In that case you don't want it to reset the zoom again for each date change. For that reason I suggest the following:
Beta Was this translation helpful? Give feedback.
All reactions