Open csmontt opened 3 years ago
I installed deckgl stored my MAPBOX_API_TOKEN as an environment variable and run the basic example
deckgl
deckgl() %>% add_basemap()
But no basemap is shown the viewer.
Was wondering if anyone else was having the same issue.
@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.
I installed
deckgl
stored my MAPBOX_API_TOKEN as an environment variable and run the basic exampleBut no basemap is shown the viewer.
Was wondering if anyone else was having the same issue.