mapdeck icon indicating copy to clipboard operation
mapdeck copied to clipboard

using coordinate as colour updates-by-reference

Open dcooley opened this issue 5 years ago • 0 comments

the lon column gets updated here

df <- mapdeck::capitals

mapdeck() %>%
  add_scatterplot(
    data = mapdeck::capitals
    , lon = "lon"
    , lat = "lat"
    , fill_colour = "lon"
    , radius = 500
  )

dcooley avatar Aug 09 '20 22:08 dcooley