Igor Dykhta
Igor Dykhta
Demo-app/README.md is now up to date. ``` yarn install; yarn bootstrap; cd examples/demo-app; yarn install; ``` No breaking changes. Closing.
demo-app example has recently been updated to use esbuild. Seems that it works as expected. ``` clone yarn install yarn bootstrap yarn start ```
The issue is fixed.
Closing, as the issue was fixed
The documentation is partly outdated. The correct way to include kepler 3.0.0 is to include individual modules `import KeplerGL from '@kepler.gl/components';` etc.
This issue is fixed after 3.0.0 release. A notification is shown for such a dataset. There won't be any updates to v2.5.5 +. Most likely some sort of CSV loader...
Here is an example of a custom layer, but the PR is huge: [vector tile layer alpha version](https://github.com/keplergl/kepler.gl/pull/2839) I ran some tests to render TileLayer and BitmapLayer and everything worked...
I'll investigate further but it looks like it's just too much data > 600k+ points in your dataset.
Hi @MilheiroSantos You have to sign your changes with DCO. Follow https://github.com/keplergl/kepler.gl/pull/2697/checks?check_run_id=31546536085
The issue is fixed. Thanks @mars-dlx