mapdeck icon indicating copy to clipboard operation
mapdeck copied to clipboard

Assign column value to radius

Open wolfeclw opened this issue 5 years ago • 2 comments

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.

wolfeclw avatar Jun 12 '20 03:06 wolfeclw

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

dcooley avatar Jun 12 '20 04:06 dcooley

related - https://github.com/visgl/deck.gl/issues/4324

SymbolixAU avatar Jun 26 '20 05:06 SymbolixAU