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.
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.