Chris Gervang
Chris Gervang
I think HSL is convertible to HSV. I’d refer to the conversion formula on wiki https://en.m.wikipedia.org/wiki/HSL_and_HSV#Interconversion
This proposal makes sense and follows fusions style of splitting components into smaller libraries.
> Any thoughts about loading the worker file? Right now it depends on a specific hard coded path exposed through the server. > > I couldn't get the Webpack loader...
The `TerrainExtension` is only supported within deck.gl since there isn't a public api in Maplibre/Mapbox to access the elevation in a performant way, afaik (there is a function to perform...
I can reproduce the "jump" I wonder if this jump could have anything to do with #1937, our mixed 32/64 bit mode. If I recall, that changes between modes at...
https://github.com/visgl/deck.gl/blob/0c8e2163039354581f55fada92bd4cbe5526d44e/modules/core/src/viewports/viewport.ts#L223 Edit: So it looks like zoom +/-12 behaves differently, but I'd have to familiarize myself more with this code before understanding if this is the cause and what could...
The offset is user editable already, right? That offset was provided by Mapbox. Do you have a link to the Maplibre change?
> @akre54 something like `val(prop, position)` ? This would be very helpful for our use case where we're using objects in the timeline to generate geometry. Animating a point's position,...
Hey @Pessimistress, how do you feel about us merging this in and patching as a temp fix for mouse events? I think the longer term solution is to rearrange the...
Closed by #271