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
Often times, people want to keep a map config as template, then load it with different datasets. To match a config with a different dataset, you need to make sure `data.id` in the new dataset matches the old one.
Copy file name to clipboardExpand all lines: docs/api-reference/cloud-providers/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Cloud-providers providers can implement the following properties
40
40
An instance of the provider is added to array of cloud providers in the file `src/cloud-providers/providers.js` then passed to kepler.gl demo app. An example provider: [Dropbox Provider](https://github.com/keplergl/kepler.gl/blob/master/examples/demo-app/src/cloud-providers/dropbox-provider.js)
Copy file name to clipboardExpand all lines: src/reducers/src/root.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -229,7 +229,7 @@ function decorate(target, savedInitialState = {}) {
229
229
* to mount it at another address e.g. `foo` you will need to specify it when you mount `KeplerGl` component in your app with `getState: state => state.foo`
230
230
* @public
231
231
* @example
232
-
* import keplerGlReducer from 'kepler.gl/reducers';
232
+
* import keplerGlReducer from '@kepler.gl/reducers';
233
233
* import {createStore, combineReducers, applyMiddleware, compose} from 'redux';
234
234
* import {taskMiddleware} from 'react-palm/tasks';
0 commit comments