mapdeck icon indicating copy to clipboard operation
mapdeck copied to clipboard

Trips Layer

Open SymbolixAU opened this issue 6 years ago • 1 comments

https://github.com/uber/deck.gl/blob/master/docs/layers/trips-layer.md

TODO

  • [x] use binary data format
  • [x] ~~if using with other layers, the other layers MUST use update_view = FALSE~~
  • [x] stop the animation using cancelAnimationFrame
  • [x] ~~set update_view = TRUE (default)~~
  • [x] ~~set focus_layer = FALSE (default)~~
  • [ ] negative time stamps
  • [ ] user can supply a separate list of timestampes (so not required to have XYZM object)
  • [x] supply a list of colour values to colour each segment
  • [x] ~~update md_hexToRGB() to allow arrays (now list-columns are supported)~~
  • [ ] trips article on website
  • [ ] animation controls overlaid on the map
  • [ ] link a slider in shiny with the animation
  • [x] is the trail_length actually in metres? - no, time to fade
  • [x] ~~the legend changes when the animation is left running~~ - the legend behaves the same as PathLayer

~~auto-zoom to layer - requires https://github.com/SymbolixAU/mapdeck/issues/137#issue-421996517~~ - doesn't work

SymbolixAU avatar Mar 05 '19 20:03 SymbolixAU

Updating this in branch issue276

dcooley avatar Nov 04 '20 01:11 dcooley