SymbolixAU / mapdeck

R interface to Deck.gl and Mapbox
https://symbolixau.github.io/mapdeck/articles/mapdeck.html
362 stars 40 forks source link

Styling parameters in add_text() #380

Open yvanrichard opened 6 months ago

yvanrichard commented 6 months ago

Deck.gl's TextLayer has many properties 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 any other way to set these values? I really need a background behind the text to make it visible.