kepler.gl

How to port data from BigQuery into a ReactJS webpack app already deployed on Google App Engine

纵然是瞬间 提交于 2019-12-12 23:30:21
问题 I have successfully managed to deploy an app based on kepler.gl on Google App Engine with some sample data (based on the vis academy tutorial). What I would like is to be able to get data from Big Query and pass that as the source data. I've tried to implement the example in nodejs-bigquery sample, but cannot figure out how to pass the results into the main app.js file. I'm an absolute beginner in app development and javascript so any help would be highly appreciated. Here's how my main app

Disable side panel when exporting Kepler.gl map?

别等时光非礼了梦想. 提交于 2019-12-12 23:13:01
问题 I loaded my data into kepler.gl (https://kepler.gl/) and created a visual I would like to post online by embedding the code into a blogpost. However, I want the readers/users not to be able to see and access the side panel, but rather only with the main view of the map. Is there any way to do so or any parameters I can change when exporting the html? 回答1: To solve the issue, one must replace the reducers block: const reducers = (function createReducers(redux, keplerGl) { return redux