Closed eportico closed 5 years ago
Hi guys, How can I use trip data in program using store ? Can you upload little example ? Thanks a lot
import { store } from '../redux/store';
store.dispatch( addDataToMap(jsondata)); });
Trip layer md shows you how to format your geojson feature collection
It is called like this in demo app https://github.com/keplergl/kepler.gl/blob/master/examples/demo-app/src/app.js#L209-L220
Hi guys, How can I use trip data in program using store ? Can you upload little example ? Thanks a lot
import { store } from '../redux/store';
store.dispatch( addDataToMap(jsondata)); });