powered by
Remove the timeline control from the map
remove_timeline_control(proxy, panel_id = NULL)
The map proxy object for chaining.
The map proxy object created by mapProxy().
mapProxy()
Optional. If provided, removes the timeline control from the specified control panel. If NULL, removes the standalone timeline control.
# Add to a map map() |> add_timeline_control() # Add to a control panel map() |> add_control_panel(panel_id = "my_panel", title = "Map Settings") |> add_timeline_control(panel_id = "my_panel")
Run the code above in your browser using DataLab