oss-wec / telemetR

A Shiny application for the exploratory analysis and visualization of animal movement.
7 stars 6 forks source link

Use Data & Update Map buttons #31

Open kissmygritts opened 7 years ago

kissmygritts commented 7 years ago

Change how these two buttons work in conjunction with each other.

Use Data -> (creates move_df, a subset dataframe for calculations & display) -> (goes to spatial page) -> (shows a detailed view of the trajectory and map) Update Map -> (updates the map with the selected features)

Currently the Use data button only does the first two actions. The third action is completed via the Update Map button. I need the action done by the Update Map button to happen when the Use Data button is pushed. Maybe I can program a button push, or have the action run with the Update Map button is clicked also run when the Use Data button is clicked.