-
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
Ability to create a filter from a lat/long. #144063 #145164
Conversation
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
Pinging @elastic/kibana-presentation (Team:Presentation) |
Thanks for your contribution! This looks like a useful feature. Here's a video showing how this looks in this PR. maps-goto.mp4I'm not a big fan of the software trying to guess which coordinate system the user is pasting in the "Paste location" form. I'd rather the user specify which coordinate system they are using (they already know that, right?) and adapt the input parser accordingly. I am concerned about the design (both current and proposed by this PR) that is using popovers within popovers. The initial design of the Items in an EuiContextMenu can also have nested content panels. So we could have a list of items like "Decimal degrees", "UTM", "MGRS" with each item opening a nested panel containing a form for entering the input. This would make it easier for the user to specify the coordinate system of their pasted inputs, too. I'd love to get more input from others including @elastic/kibana-presentation and @andreadelrio. |
@nickpeihl You missed the paste location in the distance filter. You can paste a location and it sets the center point for a distance filter |
Yes I did. My apologies. Here's a video in action. distance-filter.mp4The filter is a good example of a EuiContextMenu. I wonder if we could still have an option in that form for the user to choose the coordinate system instead of the software trying to guess? |
My 2 cents Users should not create filters from "set view" control. This feature should only be added under "tools" control. Feature should not be combined with "Draw distance to filter data" and instead be exposed as a new menu option as something like "Enter location to filter data". Then the form would show the location input and a distance input. |
@nreese In the set view control that is only setting the go-to location and panning the map it does not create the filter |
Summary
Paste location and create a filter
PR for issue #144063
For maintainers