mapdeck
mapdeck copied to clipboard
Assign column value to radius
Is it possible to enhance the radius = argument in add_pointcloud() and add_column() so that it can accept column values in data? It would be awesome if radius could be controlled in a similar fashion to elevation and have a scaling argument like elevation_scale.
A similar example would be the cex argument in the mapview::mapview() function.
Unfortunately neither pointcloud nor column have a getRadius data accessor, so it's not possible at the moment. But this is something you/we could ask over at deck.gl
related - https://github.com/visgl/deck.gl/issues/4324