You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bundle the js needed on other pages separately, too. Use proper React Kepler.gl. We still probably don't want to rewrite all the UI with React, we just need the Kepler view.
The data can be served to Kepler with flask.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The Kepler.gl UI is not configurable. Also, it is quite fragile.
Describe the solution you'd like
Use Webpack for all JS code, e.g. https://dev.to/icewreck/react-flask-integration-part-1-setup-with-webpack-djo .
Bundle the js needed on other pages separately, too. Use proper React Kepler.gl. We still probably don't want to rewrite all the UI with React, we just need the Kepler view.
The data can be served to Kepler with flask.
The text was updated successfully, but these errors were encountered: