-
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] Keep lines on Point to Point layers visible as user zooms in #59106
Comments
Pinging @elastic/kibana-gis (Team:Geo) |
Point2point needs to balance multiple conflicting requirements:
This ticket essentially asks for removing the bounds-filter from the request. This has the potential of vastly increasing the bucket-limit for high precision request (e.g. zoomed in). Additional write-up here #46515 (comment) Not sure what the "best" approach is here. |
The solution might just be to wait for elastic/elasticsearch#41649, at which point the nature of point to point either changes to use |
Not sure geoline will provide any help in this case. Geoline connects multiple documents into a line. Point2point connects aggregated source and destinations where source and destination come from a single document. |
Unless there were a reindexing step? A user might be interested in pulling that data out into a separate index |
Pinging @elastic/kibana-presentation (Team:Presentation) |
Closing, no clear solution since too This ticket essentially asks for removing the bounds-filter from the request. This has the potential of vastly increasing the bucket-limit for high precision request (e.g. zoomed in). Work not part of current road map |
Describe the feature:
When filtering a Point to Point (pew pew) Layer by map bounds, either prevent filtering or allow a user to configure whether or not lines are filtered out.
I believe this was discussed when Point to Point layers was originally introduced, but I don't see it captured in writing anywhere. It's also possible that it was tabled pending a better solution for storing and retrieving lines on the ES side, which has been captured here. This solution would likely be a lot cleaner vs. creating the lines on-the-fly on the client side (as we do now) and excepting points from
geo_bounding_box
filters.Also related: #31396
Describe a specific use case for the feature:
Any time a user wants to zoom in on a Map point feature connected by lines and wants that line to stay present for context. Also any time the lines themselves may be of primary interest and a user wants to zoom in on a cluster or intersection of them.
The text was updated successfully, but these errors were encountered: