mapboxer icon indicating copy to clipboard operation
mapboxer copied to clipboard

Use '*_style' funcs with generic 'add_layer(style)' instead of 'add_layer_*' funcs

Open crazycapivara opened this issue 4 years ago • 0 comments

map %>%
  add_layer(fill_style(...))

# Then we can use it in the same way as 'as_mapbox_source()'
as_layer_style(data_obj)

crazycapivara avatar Nov 07 '20 08:11 crazycapivara