Stefan
Stefan
v8 needs `initialViewState`, so `lat`, `lng` ... parameters should be removed from `deckgl` widget func
duplicate with #168
#167
Hi @paragemini, it is not implemented yet but planned for the future. Maybe you can use the generic `add_layer` function and use the `class_name` for the trips layer.
@LiRogers Hi, yes you are right. I can reproduce it. It seems that `jsonlite` changed the way converting `sf` objects. It creates some kind of `GeoJSON` from the geometry column...
Just replace `~geometry` with `JS("d => d.geometry.coordinates")` in the `sf` examples.
#154
[tile layer example]( https://github.com/uber/deck.gl/blob/master/examples/website/map-tile/app.js)
Add vignettes for new layers