keplergl / keplergl/kepler.gl

Kepler.gl and Apache Superset 1.3.2 integration

Open
#1,656 3 comments 2 reactions 0 assignees View on GitHub
bug
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.