Shan He
Shan He
@derek-nascent `KeplerGLSchema.save` returns a single json blob `{datasets: [], config: {}, info: {}}`, `KeplerGLSchema.load` takes in `datasets` and `config` as 2 arguments `KeplerGLSchema.load(datasets, config)`. Did you directly pass the saved...
https://github.com/keplergl/kepler.gl/issues/898
This is a bigger effort we will tackle later, to support data streaming in chucks, and not update the entire dataset
Are you using the hosted kepler.gl app? or you are running kepler.gl in your own app. If it's the former, can you specify what icons you would like to be...
this should be fixed by adding `"@deck.gl/aggregation-layers": "8.2.0"` to your package.json `"resolutions"`
https://github.com/keplergl/kepler.gl/pull/1602
Can you post a reproducible repo? The `Class constructor Client cannot be invoked without 'new'` is a different error. Why is your project building from deck.gl ES6 source instead of...
Just pushed `v0.3.2-jupyter` tag, @lixun910 could you check the new release once the workflow completes?
@trietphan94 our image export is using dom-to-image which means you still need to run kepler in a browser, We can provide a callback prop `getMapImage` or some sort for you...
it would be helpful to see what is the output of type doc for this PR