Kepler.gl and Apache Superset 1.3.2 integration
- Dominant language
- TypeScript
- Stars
- 12k
- Forks
- 2k
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 66
Description
Describe the bug
We tried to integrate Kepler.gl 2.5.5 into Apache Superset 1.3.2 and the problem is that the drawing on map functionality doesn't work
Expected behavior
Select dataset's Features on a Map
This is the code we used
in Kepler.tsx
`
`
in App.js
`class App extends Component {
componentDidMount() {
this.props.dispatch(wrapTo('map1', addDataToMap({datasets: sampleData, config})));
}
render() {
return (
{({height, width}) => (
)}
);
}
}`
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the integration shown in Kepler.tsx and App.js, using the reported Kepler.gl 2.5.5 and Apache Superset 1.3.2 versions to reproduce the map drawing failure. Trace the dataset feature-selection flow and confirm the drawing-on-map functionality works in the integrated application.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, typescript
- Domain
- data-visualization, frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100