-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Maps] surface geo_shape clustering gold feature #68666
Conversation
Pinging @elastic/kibana-gis (Team:Geo) |
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.
Super useful. I also like how the license-checking is dynamic. Updating a license will just magically fix an open instance of Maps, not even requiring page-refresh.
Only nits really, for your consideration. Mainly some suggestions to tweak the wording of the messages to make it more explicit.
x-pack/plugins/maps/public/classes/sources/es_geo_grid_source/create_source_editor.js
Show resolved
Hide resolved
@elasticmachine merge upstream |
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
* [Maps] surface geo_shape clustering gold feature * show gold in scaling form * tslint * more tslint changes * fix jest test * fix functional test by handling fields prop being undefined * tslint fixes - that thing is slow to run * review feedback * update doc_values missing copy Co-authored-by: Elastic Machine <[email protected]>
* [Maps] surface geo_shape clustering gold feature * show gold in scaling form * tslint * more tslint changes * fix jest test * fix functional test by handling fields prop being undefined * tslint fixes - that thing is slow to run * review feedback * update doc_values missing copy Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Elastic Machine <[email protected]>
Fixes #67530
This PR surfaces geo_shape clustering gold features when gold license is not provided.
In "Clusters and grids" and "Heat map" layer wizard, geo_shape fields are displayed in the geo field select. They are disabled with a tooltip explaining why they are disabled.
In "Documents" layer wizard, Scaling form displays clustering option.