Kepler.gl: How to disable the "Add Data To Map" model?

Created on 10 Jun 2019  路  2Comments  路  Source: keplergl/kepler.gl

I'm playing around with Kepler (awesome too), and once data is loaded it works a treat, but is there a prop i can pass to not display the "Add Data To Map" dialogue?

It disappears once I load the data, but there is a quick flash which I'd like to remove?

Most helpful comment

Yes you can use Custom Initial State, and change the default uiState by passing uiState: {currentModal: null}

All 2 comments

Yes you can use Custom Initial State, and change the default uiState by passing uiState: {currentModal: null}

Thanks so much

Was this page helpful?
0 / 5 - 0 ratings

Related issues

unverciftci picture unverciftci  路  4Comments

seasmith picture seasmith  路  5Comments

ChunhongZhao picture ChunhongZhao  路  4Comments

coenvalk picture coenvalk  路  5Comments

ncthbrt picture ncthbrt  路  6Comments