The function (for now) takes one parameter to bounce back to the backend. For now just a dropdown list. The slider only works with circles.

gp_sf(
  sf = geoplumber::traffic,
  props_list = list(road = geoplumber::traffic$road)
)

Arguments

sf

a valid sf object that can be converted to geojson

props_list

one named list of menuitmes to explore sf object with.

Examples

if (FALSE) { gp_sf() }