-
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] turn on blended layer for geojson upload #63200
Conversation
Pinging @elastic/kibana-gis (Team:Geo) |
Pretty neat! Seems to work well defaulting to clusters when the file's over 10K. I was able to toggle it back to points as well. The toggling seemed to stop working after this. When I attempted to toggle it to any option after the first couple, it just stopped responding. I tried the same index pattern as a newly added doc layer and didn't have this issue when using the radio select button on the add Layer panel, but then did have the same issue using the radio toggle on the styling panel. To replicate:
This seems likely to be a separate issue since it appears specific to styling panel scaling handling. Can you confirm? |
@elasticmachine merge upstream |
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
Thanks for pointing out the problem with changing |
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.
Thanks for connecting GeoJSON Upload, it's a nice improvement. lgtm!
- code review
- tested locally in chrome
Co-authored-by: Elastic Machine <[email protected]>
Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Elastic Machine <[email protected]>
fixes #40090
This PR updates geo_json upload to turn on
clusters
when uploaded data is geo_point.