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

[Maps] Increase limit of features per vector tile #79718

Closed
thomasneirynck opened this issue Oct 6, 2020 · 2 comments
Closed

[Maps] Increase limit of features per vector tile #79718

thomasneirynck opened this issue Oct 6, 2020 · 2 comments
Labels
[Deprecated-Use Team:Presentation]Team:Geo Former Team Label for Geo Team. Now use Team:Presentation enhancement New value added to drive a business result
Projects

Comments

@thomasneirynck
Copy link
Contributor

Describe the feature:

The max-number of features in a vector tile is now capped at the default ES-search-limit (`https://www.elastic.co/guide/en/elasticsearch/reference/current/index-modules.html#index-max-result-window). Consider increasing this, e.g. by using scroll-API.

Describe a specific use case for the feature:

The mvt scaling-type was introduced to reduce the size of the data that is being sent over the wire (Kibana-server->browser) and enable client-side caching by using tiles.

These gains would allow for loading even more data on screen, by packing more documents inside a tile, beyond the current limit. This would increase the number of features on screen from the orders of tens/hundreds of thousands to millions of documents.

@thomasneirynck thomasneirynck added [Deprecated-Use Team:Presentation]Team:Geo Former Team Label for Geo Team. Now use Team:Presentation enhancement New value added to drive a business result labels Oct 6, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-gis (Team:Geo)

@thomasneirynck
Copy link
Contributor Author

Closing: mvt should be supported natively by ES elastic/elasticsearch#58696, which would be the pathway to grow the number of features inside a tile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Deprecated-Use Team:Presentation]Team:Geo Former Team Label for Geo Team. Now use Team:Presentation enhancement New value added to drive a business result
Projects
No open projects
Maps
  
Backlog
Development

No branches or pull requests

2 participants