SymbolixAU
SymbolixAU
_Originally posted by @mpadge in https://github.com/SymbolixAU/mapdeck/issues/6#issuecomment-441322915_ It seems from your Shiny commits that you've got that working, but in my limited knowledge that still doesn't directly mean that there is...
cc @timelyportfolio - if you get a chance to make a minimal PR, I've set up branch `issue294` to do all the dev work, so can you make any pull...
Replace the `getPosition` deckgl accessors with ones for each coordinate, then have a line in the shaders which makes them a `vec3 position`. This will save the last step of...
S2 layer
https://github.com/uber/deck.gl/blob/master/docs/layers/s2-layer.md related: https://github.com/SymbolixAU/mapdeck/issues/243
and this time I mean it... TODO - [ ] copy shiny .globals to mapdeck env
https://github.com/SymbolixAU/mapbox reference - https://github.com/uber/deck.gl/blob/master/docs/api-reference/mapbox/mapbox-layer.md
https://github.com/uber/deck.gl/blob/37b5841ccefc3541b57ac33ae4b21ec0c4700fda/docs/extensions/data-filter-extension.md Design ideas: - Extensions can be used by multiple layers (with some limitations, like data filter). - Need a way to optionally add the extension properties to the constructor...
> The visible prop is a cheap way to temporarily disable a layer https://deck.gl/#/documentation/developer-guide/performance-optimization?section=minimize-data-changes - rather than `clear_layer()` / `add_layer()` each time.