Skip to content
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

Map enhancements #10131

Closed

Conversation

thomasneirynck
Copy link
Contributor

@thomasneirynck thomasneirynck commented Feb 1, 2017

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.

@thomasneirynck thomasneirynck added Feature:Coordinate Map Feature:Visualizations Generic visualization features (in case no more specific feature label is available) v5.4.0 v6.0.0 labels Feb 3, 2017
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.
@thomasneirynck
Copy link
Contributor Author

After review, we will split this up into 2 different PRs:

  • addition of Vector Maps and associated map refactor so we can share the map implementation: This will also include the improvements to the scroll/touch zoom and the flicker issue
  • new features:
    • geocentroid support, polygon drawing
    • possible changes to filtering and requesting data on demand (needs to be discussed further what we want there)

@thomasneirynck thomasneirynck mentioned this pull request Feb 17, 2017
14 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Coordinate Map Feature:Visualizations Generic visualization features (in case no more specific feature label is available) v5.4.0 v6.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant