flowmap.gl
flowmap.gl copied to clipboard
Flow map drawing layer for deck.gl
Hi @ilyabo! I am trying to use flowmap.gl library in Observable but am having trouble loading the module there. I’ve looked at this [article](https://observablehq.com/@observablehq/require) and tried different tools including jsdelivr,...
Hello, I've been using flowmap.gl and it has what I need but I've just noticed something. There is no prop to be able to change the color of the location...
I have been trying to get the webpack-app example running and have only been able to get to the point of this error ``` VM173 app.js:5671 deck: initialization of CompositeLayer({id:...
In our use case, we have a number of editable classes (from 3 to 5) and define our own color palette. We realized that the number of classes was not...
As discussed this will allow the users to plug their own function to the flowmap layer via getFlowAggFunc. Example would be below that averages rather than summing: new FlowmapLayer({ id:...
I'm interested in adding force directed flow paths, like this:   as described in this paper: Jenny, Bernhard & Stephen, Daniel & Muehlenhaus, Ian & Marston, Brooke & Sharma,...
Hi guys, should we expect support for Deck v9?
Hey, thank you again for making this great package. I wanted to add flowmap layer using deck.gl's MapboxOverlay control and I manage to render it (used interleaved mode), but the...
Bumps [rollup](https://github.com/rollup/rollup) from 3.29.2 to 3.29.5. Release notes Sourced from rollup's releases. v3.29.4 3.29.4 2023-09-28 Bug Fixes Fix static analysis when an exported function uses callbacks (#5158) Pull Requests #5158:...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.9 to 4.5.5. Changelog Sourced from vite's changelog. 4.5.5 (2024-09-16) 4.5.4 (2024-09-16) fix: avoid DOM Clobbering gadget in getRelativeUrlFromDocument (#18115) (e812716), closes #18115 fix: backport #18112, fs...