Questions tagged [mapdeck]

For questions relating to the R package mapdeck

Mapdeck provides a mechanism to plot an interactive map using Mapbox GL, a javascript library for interactive maps, and Deck.gl, a javascript library which uses 'WebGL' for visualising large data sets.

https://cran.r-project.org/web/packages/mapdeck/index.html

https://github.com/SymbolixAU/mapdeck

32 questions
0
votes
1 answer

Error creating data layer using the add_trips function of mapdeck

Trying to use the new add_trips layer for mapdeck . Example code and errors below. Grateful for any assistance. Thanks. The data I'm using: > class(msi) [1] "sf" "tbl_df" "tbl" "data.frame" > head(msi$geometry) Geometry set for 6…
TheRealJimShady
  • 777
  • 3
  • 9
  • 24
0
votes
0 answers

R Rstudio problems installing packages mapdeck and googlePolylines

When I try to install the package mapdeck in Rstudio, it appears a message in the console saying that I need to install the package googlePolylines, but I can't install this one. The error that appears in the console is the following: package…
R. Ana
  • 103
  • 2
  • 9
1 2
3