Map point selection Module
Usage
mapping_ui(id)
mapping_server(
id,
data_r = reactive(NULL),
data_latlon_r = reactive(NULL),
trigger_map_r = reactive(FALSE),
main_session = shiny::getDefaultReactiveDomain()
)Value
UI: HTML tags that can be included in the UI part of the application.
Server: a
shiny::reactive()function returning alist.