Stefan
Stefan
@rajshah4 This looks like a use case for [r2deck](https://github.com/crazycapivara/r2deck) where you have a a high degree of flexibility regarding the customization of your visualization.
@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...
Duplicate #153
@paragemini It is not implemented yet but you can use the json editor: ```r remotes::install_github("crazycapivara/deckgl") library(deckgl) deckgl(zoom = 10, pitch = 35) %>% add_scatterplot_layer( data = bart_stations, getPosition = ~lng...
Hi @nkennyxfab, the `onClick` event is a little tricky, because I only wrapped it for usage in Shiny at the moment. But if you have installed the latest version via...
Unfortunately they changed the API for the lightning effects, so that I need to wrap the new classes. For now you can try to pass pure JavaScript via the `JS`...
@JosiahParry We can use a S3 method `h3_to_geo_boundary_sf.data.frame` for this.
#31
It's fine for me making requests, because it is good to know that other people use the library. I added `hex_ring` in branch `feature/hex-ring`. Until it is merged to `master`...
Fine, I also added a unit test and merged it to `develop`. Furthermore, I added `h3_line` in branch `feature/h3-line`, if this is useful for you.