Dave

Results 65 issues of Dave

`minimumCellSize` is required to initialise the octree [here](https://github.com/raywenderlich/swift-algorithm-club/blob/master/Octree/Octree.playground/Sources/Octree.swift#L345), but it is never used in the algorithm. ```swift public class Octree: CustomStringConvertible { var root: OctreeNode public init(boundingBox: Box, minimumCellSize: Double)...

in [deck.gl 6407](https://github.com/visgl/deck.gl/pull/6407) deck.gl replaced `global` with `globalThis`. Rstudio doesn't appear to like this and can't find `globalThis`. --- I don't know if this is correct, but this solution at...

Refactor all the animations (arc, line, trips) to use the ```js function initialise() { ... ... window.requestAnimationFrame(animate); }; window.requestAnimationFrame(animate); } initialise(); ``` structure

https://deck.gl/docs/api-reference/geo-layers/mvt-layer

enhancement

- [ ] Inputs are vectors of data for each attribute (coordinates, stroke, fill), with a `stride` and `index` attribute. - [ ] internally passes the data directly to the...

The base `Polygon` uses [mapbox's javascript earcut](https://github.com/visgl/deck.gl/blob/6c4948432988f4dc5e379e276292260bfc2100f0/modules/layers/src/solid-polygon-layer/polygon.js#L22) The [C++ code](https://github.com/mapbox/earcut) is a header-only and _will_ be exported from [decido](https://github.com/hypertidy/decido/pull/15) ### Goal Build a primitive 'TriangleLayer' which bypasses the javascript earcutting...

enhancement

As per [this request](https://stackoverflow.com/questions/66714876/adding-popups-in-mapdeck-mapbox-in-r)

enhancement

The legend moves / hides when updating a layer using `google_map()` base map

https://github.com/visgl/deck.gl/pull/5107/commits/441844e83e75f071a4f17133bb177b0c8018ab4e

enhancement