crazycapivara / deckgl

An R Interface to deck.gl
https://crazycapivara.github.io/deckgl/
Other
90 stars 11 forks source link

Map not rendering #188

Open csmontt opened 3 years ago

csmontt commented 3 years ago

I installed deckgl stored my MAPBOX_API_TOKEN as an environment variable and run the basic example

deckgl() %>%
  add_basemap()

But no basemap is shown the viewer.

Was wondering if anyone else was having the same issue.

crazycapivara commented 3 years ago

@csmontt This is usually the case if no webgl is enabled in RStudio, in this case just click Show in new window, so that the map will open in your browser, see also Note in the end of README.