mapdeck icon indicating copy to clipboard operation
mapdeck copied to clipboard

support mapbox maps

Open SymbolixAU opened this issue 6 years ago • 1 comments

https://github.com/SymbolixAU/mapbox

reference - https://github.com/uber/deck.gl/blob/master/docs/api-reference/mapbox/mapbox-layer.md

SymbolixAU avatar Jul 31 '19 22:07 SymbolixAU

some kind of weird conflict

mapbox::mapbox(
  token = token
) %>% 
  mapdeck::add_dependencies() %>%
    mapdeck::add_scatterplot(
      data = mapdeck::capitals
      , radius = 1000000
  )

Screen Shot 2019-09-19 at 8 45 01 pm

dcooley avatar Sep 19 '19 10:09 dcooley