Chris Gervang

Results 70 issues of Chris Gervang

**Describe the bug** Installing kepler.gl and deck.gl in the same project causes a "duplicate deck.gl versions detected" error. **To Reproduce** - Navigate to [code sandbox](https://codesandbox.io/s/kepler-and-deck-r9egld?file=/src/App.js) - Note: kepler doesn't work...

bug

For #1900. Kepler.gl is a library within an app that could also use deck.gl independently, so we should move deck.gl to a peer dependency so that apps can easily manage...

The file is exported, but because it isn't included in npm unable to do `import ... from 'kepler.gl/utils'`

- The goal is to export the entire map as a json by calling the following javascript code, and access it from a python function call: `const exportedData = state.keplerGl.map.visState.schema.save(state.keplerGl.map)`...

![Screen Shot 2021-03-29 at 10 31 36 AM](https://user-images.githubusercontent.com/2461547/112876134-f4f3e800-9079-11eb-81ac-fedb9472c62f.png)

What kind of approach is necessary to convert between HSLuv and HSV? is it a linear conversion? I'd like to build a color wheel where the user can change hue,...

Removing this safe guard for `window` in the `.ts` rewrite introduced a bug in server side rendering when upgrading past version [v3.1.0-alpha.5](https://github.com/visgl/loaders.gl/releases/tag/v3.1.0-alpha.5), since the module is accessing window and it...

- [ ] Rename CameraKeyframes to MapViewKeyframes. The "fly to" interpolator isn't relevant to other views. - [ ] Add OrbitViewKeyframes - [ ] Add FirstPersonViewKeyframes

good first issue