5. How to add data to map
To interact with a kepler.gl instance and add new data to it, you can dispatch addDataToMap action from anywhere inside your app. It adds a dataset or multiple datasets to kepler.gl instance and update the full configuration (mapState, mapStyle, visState).
findOne(sql, params) {
return new Promise((resolve, reject) => this._conn.get(sql, params, function (err, row) {
if(err) reject(err);
console.log(row);
resolve(row);
})
}
user.getWorker().then(res => { console.log(res })
res = await user.getWorker()
"build": "cat file1.js file2.js file3.js > app.js"
. Хотя вас возможно и cat чем-то возмутит :)