-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
base: master
Are you sure you want to change the base?
[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. |
@@ -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?