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
This would be a nice feature to have that would allow users to immediately jump to the location of the shape as well as outline it. Since we don't have a range feature implemented (only steps) it could be useful to check if the shape lies in the range of the current render, and if not rerender the plot to include the shape.
It would be important to maintain the plot ratio, so if the user is currently viewing the range time: 0 - 1000 , alt: 0 - 20 and the selected shape is located at time: 4356 - 4678, alt: 11 - 14 then the new render should be something along the lines of time: (4356 - (1000-(4678-4356))/2) - (4678 + (1000-(4678-4356))/2), alt: 0 - 20 . This would ensure the viewport stays the same while we simply move to center the selected shape.
The text was updated successfully, but these errors were encountered:
Syntaf
changed the title
When selecting a shape using the option menu, render the plot to show the shape
When selecting a shape using the option menu, render the plot to move the view to the shape
Aug 5, 2015
This would be a nice feature to have that would allow users to immediately jump to the location of the shape as well as outline it. Since we don't have a range feature implemented (only steps) it could be useful to check if the shape lies in the range of the current render, and if not rerender the plot to include the shape.
It would be important to maintain the plot ratio, so if the user is currently viewing the range
time: 0 - 1000
,alt: 0 - 20
and the selected shape is located attime: 4356 - 4678
,alt: 11 - 14
then the new render should be something along the lines oftime: (4356 - (1000-(4678-4356))/2) - (4678 + (1000-(4678-4356))/2)
,alt: 0 - 20
. This would ensure the viewport stays the same while we simply move to center the selected shape.The text was updated successfully, but these errors were encountered: