qfes / rdeck

Deck.gl widget for R
https://qfes.github.io/rdeck
MIT License
97 stars 0 forks source link

Change default radius/size/width units to "pixels" #92

Open anthonynorth opened 1 year ago

anthonynorth commented 1 year ago

Default radius_units, size_units, width_units (and variants) are as per deck.gl defaults. Most of these default to "meters".

We almost always change the units to pixels in layers -- or use a min pixels arg -- so these are arguably bad defaults for rdeck. They're also, in my opinion, unexpected for users familiar with ggplot, leaflet etc.