"Load data" pop-up appears when loading heavy html file [Bug]
See original GitHub issueDescribe the bug
After exporting a map to HTML (html file size is approx. 15-30MB, depends on the data sets, but all cause the bug), loading the html page outside of kepler (new browser session for example), causes the Add Data To Map
window to pop-up, although the data was part of the export. The window disappears after a few seconds, and the visual loads properly, but when publishing a visual online, this is an issue.
To Reproduce Steps to reproduce the behavior: Load a data set into Kepler (preferably one that’s over 15MB Build your visual Export to HTML Load the HTML in a new session elsewhere
Expected behavior The visual loads where the first view is the map, and after a reasonable loading time, the data displayed on the map.
Screenshots The window for the first few seconds:
Desktop (please complete the following information):
- OS: Win10 Home
- Browser Chrome 75, Firefox
Issue Analytics
- State:
- Created 4 years ago
- Comments:8
Top GitHub Comments
I see the issue. Based on the size of data we try to load there may be a delay in hiding the initial add data dialog box. This is not high priority but we will keep it in our backlog as reference and will provide updates.
@macrigiuseppe keplerGl: keplerGl.keplerGlReducer.initialState({ uiState: { readOnly: false, currentModal: null } })