-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feat] AI Assistant [2] #2777
[Feat] AI Assistant [2] #2777
Conversation
lixun910
commented
Nov 20, 2024
- Add geojson layer using field with quantile/quantize/ordinal/custom color scale [and first dataset]
- Add point layer
- Add arc layer
- Add heatmap
- Add h3 layer
- Filter field xxx on first dataset
✅ Deploy Preview for keplergl2 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
examples/demo-app/src/store.js
Outdated
@@ -16,7 +17,27 @@ const reducers = combineReducers({ | |||
routing: routerReducer | |||
}); | |||
|
|||
export const middlewares = enhanceReduxMiddleware([thunk, routerMiddleware(browserHistory)]); | |||
// add redux-logger | |||
const loggerMiddleware = createLogger({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could be a separate PR?
@@ -0,0 +1,180 @@ | |||
import {ColorMap, ColorRange, ColorLegends, COLOR_RANGES} from '@kepler.gl/constants'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can these files be more thoughtfully named? This isn't just a another dump of utils is it? These are exposed function to let the assistant create layers?
7e59c71
to
da5399d
Compare
91e780e
to
2ed6346
Compare