Dave

Results 65 issues of Dave

on all layers, because it's more performant

enhancement

First posted here - https://stackoverflow.com/questions/64045451/mapdeck-with-shiny-mobile And the related RFC - https://github.com/visgl/deck.gl/blob/master/dev-docs/RFCs/proposals/mobile-platform-support-rfc.md

enhancement

automatically add a title with the timestamp in it

enhancement

https://earthengine-layers.com/examples

enhancement

- [ ] globe projection - [x] Arc and GreatCircle layers merged

enhancement

These should probably be categorical because only 6 colours are used.

enhancement

https://github.com/visgl/deck.gl/blob/master/docs/layers/terrain-layer.md --- TODO - [ ] examples of loading various DEMs --- Proof of concept ```r mapdeck() %>% add_terrain() ``` ![Screen Shot 2020-04-19 at 7 15 45 pm](https://user-images.githubusercontent.com/8093396/79684114-501a3980-8272-11ea-940f-a0318072f469.png)

enhancement

working [fiddle](https://jsfiddle.net/symbolixau/r68t2ces/52/) TODO - [x] stroke_width needs replicating for each waypoint (when `stroke_width = 10`, for example, not a column of `data`) - [x] check my `path.cpp` is creating the...

allow lines (O-Ds) to be elevated

enhancement

To work with https://github.com/SymbolixAU/spatialwidget/issues/40 requires https://github.com/dcooley/sfheaders/issues/28 so I can down-cast `sfc_MULTIPOINT` objects An example of how to use the 'binary' data structures and [interleaving attributes](https://github.com/uber/deck.gl/blob/master/docs/developer-guide/performance.md#supply-attributes-directly) https://jsfiddle.net/symbolixau/r06edftg/114/ Path and Polygon layers...

enhancement