Yvan Richard
Yvan Richard
**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)...
Mapview seems to not be supporting rasters going over the international date line. This works fine: ``` r library(raster) r
Please change `comming` to `coming` on [https://wordasimage.github.io/Word-As-Image-Page/](https://wordasimage.github.io/Word-As-Image-Page/) and [https://github.com/WordAsImage/Word-As-Image](https://github.com/WordAsImage/Word-As-Image) Looking forward to your demo.
How can the colours of a mapdeck scatterplot be updated on the client side? Changing them via `mapdeck_update` and `add_scatterplot` is very slow with 100,000s of points, as it seems...
Deck.gl's TextLayer has [many properties](https://github.com/visgl/deck.gl/blob/master/docs/api-reference/layers/text-layer.md) to set the style of the text, including background colour, line height, etc. It doesn't look like they can be set using mapdeck::add_text(). Is there...
Is there any way of constraining a layer visibility based on the zoom level? I'm aiming to display different text layers, each visible within a specific zoom range. Similar to...
Hello, Would it be possible to add an example on how to use 3D tiles? I tried the following with tiles from Cesium ion, served via nginx: ``` rdeck(map_style =...