SymbolixAU / mapdeck

R interface to Deck.gl and Mapbox

Home Page:https://symbolixau.github.io/mapdeck/articles/mapdeck.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add_binary layer

dcooley opened this issue · comments

commented
  • Inputs are vectors of data for each attribute (coordinates, stroke, fill), with a stride and index attribute.
  • internally passes the data directly to the javascript functions that support binary data
    • scatterplot
    • path
    • trips
  • Initially this function won't be exported