Shiny Module Server for Geo Selection
selectMod( input, output, session, leafmap, styleFalse = list(fillOpacity = 0.2, weight = 1, opacity = 0.4), styleTrue = list(fillOpacity = 0.7, weight = 3, opacity = 0.7) )
input
: Shiny server function inputoutput
: Shiny server function outputsession
: Shiny server function sessionleafmap
: leaflet map to use for SelectionstyleFalse
: named list
of valid CSS
for non-selected featuresstyleTrue
: named list
of valid CSS
for selected featuresserver function for Shiny module