mapdeck
mapdeck copied to clipboard
R interface to Deck.gl and Mapbox
Edit by dcooley: Until a fix is found, the current working solution to this appears to be downgrading to at the latests R 4.1.3 --- **Describe the bug** Using the...
Hi, I create a map using add_grid, and I can see the legend in the viewer of R-studio but when I save it as html, the legend disappears. Here is...
Hello, I would like to know how to change the coordinate system from MapView (which uses Mercator projection) to [OrthographicView](https://deck.gl/docs/api-reference/core/orthographic-view)?
in [deck.gl 6407](https://github.com/visgl/deck.gl/pull/6407) deck.gl replaced `global` with `globalThis`. Rstudio doesn't appear to like this and can't find `globalThis`. --- I don't know if this is correct, but this solution at...
**Describe the bug** When using mapdeck in a shinyapp, the ability to pan across the screen for add_polygon does not appear to work when the little hand is on a...
Refactor all the animations (arc, line, trips) to use the ```js function initialise() { ... ... window.requestAnimationFrame(animate); }; window.requestAnimationFrame(animate); } initialise(); ``` structure
Hi there, I’ve been enjoying using mapdeck to develop an interactive web app for exploring some global data layers/analyses. I have a couple of questions to try and improve the...
**Describe the bug** Within shiny, when a point is clicked on a scatterplot, it retrieves the wrong id supplied through add_scatterplot. It seems it is retrieving the row number -1....
**Describe the bug** `repeat_view = TRUE` leads to a frozen view within Shiny with the browser console returning plenty of `Uncaught TypeError: cyclic object value` **To Reproduce** ```r library(data.table) library(sf)...