Map enhancements#10131
Closed
thomasneirynck wants to merge 1 commit intoelastic:masterfrom
Closed
Conversation
8f525c5 to
54594ba
Compare
Closed
This is an initial commit of a larger effort for improving the maps in Kibana. It will include: - addition of vector map visualization (choropleth maps). - various enhancements to the existing TileMap to improve usability and performance. Another goal is also to hugely reduce the code footprint of the current tilemap implementation. This commit is for internal use only, to explore some different concepts.
470860f to
f7d29d1
Compare
Contributor
Author
|
After review, we will split this up into 2 different PRs:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
WIP, hold off on review. Opening PR for visibility, but not intended to be merged.
[UPDATE SINCE 02/07/2017]
This PR needs to introduce two large changes to the mapping support
Needs further discussion:
- improve filtering behavior of bounding box control (#3731): needs to be evaluated how this is going to work on dashboards with multiple maps / saved dashboards
- limiting results based on current map extent should be merged in as well (#8087): there's broad agreement that we want it in, but not quite sure if want it as a global filter/filter tied to the visualization.